potential regression between 4.4.1 and 4.12.0 #164
freddyrios
started this conversation in
General
Replies: 1 comment 1 reply
-
I see no radical changes:
The last fix is critical if you have the following code: // add uncommitted log entry A
await cluster.ForceReplicationAsync();
// expect that A is committed (replicated) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While running some tests with the latest version (4.12) we experienced the cluster had more often leader changes. Additionally, it seems that competing leader decisions being applied to a MemoryBasedStateMachine during a leader change happen more often.
Are there some changes that could relate to the above?
The test was done without other changes (besides removing the metrics configuration due to the breaking change), only comparing 4.12 vs. 4.41.
Beta Was this translation helpful? Give feedback.
All reactions