You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey im working through the book. I've been stuck debugging the coordinate your services with consensus test.
distributed_test.go:50:
Error Trace: /Users/arishaller/proglog/internal/log/distributed_test.go:50
Error: Received unexpected error:
node is not the leader
Test: TestMultipleNodes
FAIL
2022-09-15T11:52:01.697-0400 [DEBUG] raft: calculated votes needed: needed=2 term=3
2022-09-15T11:52:01.697-0400 [DEBUG] raft: vote granted: from=0 term=3 tally=1
2022-09-15T11:52:01.697-0400 [DEBUG] raft: lost leadership because received a requestVote with a newer term
The text was updated successfully, but these errors were encountered:
It maybe seems that raft cluster has not elected a leader successuly within the time duration. Maybe you can set the require.Eventually ‘s param waitFor longger.
Hey im working through the book. I've been stuck debugging the coordinate your services with consensus test.
The text was updated successfully, but these errors were encountered: