-
Notifications
You must be signed in to change notification settings - Fork 13
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
Cluster member ID of the server should be initialized on connection to cluster #13
Labels
bug
Something isn't working
Comments
ayurchen
added a commit
that referenced
this issue
Nov 6, 2018
- Don't rely on own index from the view because the view may come from another member, instead determine own index from own ID. Refs #13
temeo
added a commit
that referenced
this issue
Nov 6, 2018
Dbsim has internal map of server objects for SST simulation. This was mapped using server_id, which is not available anymore when server object is constructed. Changed the dbsim to use server name instead for internal mapping.
ayurchen
added a commit
that referenced
this issue
Nov 7, 2018
logic closer to where it belongs: protocol-specific part of the code, `wsrep_provider_v26.cpp` - added view object sanity checks to `on_connect()` method Refs #13
ayurchen
added a commit
that referenced
this issue
Nov 8, 2018
it on disconnect. - Don't rely on own index from the view because the view may come from another member (IST/SST), instead always determine own index from own ID. Refs #13
ayurchen
pushed a commit
that referenced
this issue
Nov 8, 2018
Dbsim has internal map of server objects for SST simulation. This was mapped using server_id, which is not available anymore when server object is constructed. Changed the dbsim to use server name instead for internal mapping.
ayurchen
added a commit
that referenced
this issue
Nov 8, 2018
it on disconnect. - Don't rely on own index from the view because the view may come from another member (IST/SST), instead always determine own index from own ID. Refs #13
ayurchen
pushed a commit
that referenced
this issue
Nov 8, 2018
Dbsim has internal map of server objects for SST simulation. This was mapped using server_id, which is not available anymore when server object is constructed. Changed the dbsim to use server name instead for internal mapping.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
...and should not be changed on subsequent view changes until disconnect.
One rationale: view changes may be a part of IST - i.e. come from other nodes and not reflect member ID or its index in the view correctly.
The text was updated successfully, but these errors were encountered: