Seeing increase in "Installing snapshot at index ***" messages after upgrade #232
Closed
LarsWithCA
started this conversation in
General
Replies: 4 comments 7 replies
|
I just tried DotNext.Net.Cluster 4.14.1 + .NET8 and I almost never see this message. |
0 replies
|
What the IP address of the node which receives the snapshot? What kind of log compaction are you using? |
7 replies
|
Messages gone in dev build. Closing. |
0 replies
|
Fixed in 5.5.0 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi @sakno
After upgrading to DotNext.Net.Cluster 5.3.0 (+.NET8) I see the message
Installing snapshot at index ***in the leader log every 5-10 minutes.Before this upgrade (DotNext.Net.Cluster 4.14.1 + .NET8/.NET6) I would almost never see this message.
My setup:
Here's an excerpt of the log of one of the nodes in the cluster that receives a snapshot:
What I notice here is there is no
Incoming configuration with ...around 09:36:36.1629Here's an excerpt of the log of the leader during the same time (grouped into three "rounds"):
What I noticed here is
Installing snapshot at index 15150at 09:36:36.1595 + no message sayingReplication of 192.168.100.232:4250 contains 1 entriesin that "round".Is this something I should be worried about?
What could be the cause of this particular node receiving a snapshot once in a while - as the (almost) only one?
Please let me know if there is something I can do to investigate further.
Cheers,
Lars
All reactions