Skip to content

Commit

Permalink
Merge pull request #6034 from multiversx/warn-low-waiting-list-to-debug
Browse files Browse the repository at this point in the history
FIX: Warn for too low waiting list to debug
  • Loading branch information
mariusmihaic authored Mar 11, 2024
2 parents 3102cfc + 730349a commit a857a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharding/nodesCoordinator/hashValidatorShuffler.go
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ func shouldDistributeShuffledToWaitingInStakingV4(shuffledNodesCfg *shuffledNode

distributeShuffledToWaitingInStakingV4 := false
if totalNodes <= shuffledNodesCfg.maxNumNodes {
log.Warn("num of total nodes in waiting is too low after shuffling; will distribute " +
log.Debug("num of total nodes in waiting is too low after shuffling; will distribute " +
"shuffled out nodes directly to waiting and skip sending them to auction")

distributeShuffledToWaitingInStakingV4 = true
Expand Down

0 comments on commit a857a9a

Please sign in to comment.