Skip to content

Commit

Permalink
FIX: Warn for too low waiting list to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmihaic committed Mar 11, 2024
1 parent 3102cfc commit 730349a
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 " +

Check warning on line 627 in sharding/nodesCoordinator/hashValidatorShuffler.go

View check run for this annotation

Codecov / codecov/patch

sharding/nodesCoordinator/hashValidatorShuffler.go#L627

Added line #L627 was not covered by tests
"shuffled out nodes directly to waiting and skip sending them to auction")

distributeShuffledToWaitingInStakingV4 = true
Expand Down

0 comments on commit 730349a

Please sign in to comment.