Skip to content

1.41.5

Compare
Choose a tag to compare
@vyazelenko vyazelenko released this 09 Nov 09:03
· 1258 commits to master since this release
  • [Java] A leader should assert its leadership when a follower requests a vote and the leader has a more up-to-date log rather than re-initialising an election which could result in log truncation.
  • [Java] Change role to leader after winning election so leadership can be asserted during replay or replication.
  • [Java] Log event for unknown session close in service container rather than throw and exception.