-
Notifications
You must be signed in to change notification settings - Fork 684
AssertionError after db reconnection #631
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
Comments
Can you let me know pymyrepli version |
The latest 1.0.9 |
@etam I'm guessing that your application is generating binlog rotate when the master node changes, can you tell me how the binlog is written when the master node changes? |
Can you expand the part "how the binlog is written"? I don't know how to answer that. |
@etam Can you open the binlog file when the application is disconnected? You can type this command |
As I wrote
When I was investigating closer what happened (and it was unfortunately few days after), the binlog events from that time were already gone.
I can try to reproduce it in a test environment, but it might be hard. |
We have:
The scenario:
I have 12 samples right now. There are different values in "Expected=???. Actual=???. Position: ???. Data Length: ???" and in few cases instead of
there is
This might be a duplicate of #610 .
Unfortunately for now I don't have more data and I won't be restarting production db nodes just for this.
The text was updated successfully, but these errors were encountered: