Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha2
-
None
Description
https://ci.ignite.apache.org/viewLog.html?buildId=6070466&buildTypeId=ignite3_Test_RunAllTests
This test was written incorrectly, because it waits that a node which was elected as a leader has to have the longest log, if it has less priority than another.
But it is a truth only a moment when the node was elected as a leader, and any moment after that, the other node may catch up the leader.
Need to wait when all nodes will have same log size, that makes a leader election predictable (it will depend on priority).
Attachments
Issue Links
- is part of
-
IGNITE-14832 Investigate remaining TODOs in org.apache.ignite.raft.jraft package
- Open
- links to