-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sent SyncRequest
not arriving at peer
#391
Comments
Adding more error types and logging to try and observe the flow for handling duplicate sessions better. |
Replication between two peers where one has schema + entries the other doesn't. PEER A:
PEER B
|
Seems like this:
Never arrives at peer B.... |
There was an issue in the diffing logic, but solving that didn't fix this issue. |
Fairly consistently getting this connection error for both peers, I'm assuming the session is timing out cos no messages are being sent:
|
SyncRequest
not arriving at peer
The problem was that the message was failing when being deserialized on the receiving node and errors were being swallowed so we didn't notice. |
No description provided.
The text was updated successfully, but these errors were encountered: