Skip to content
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

Fixed split-brain healing procedure for indexes #17525

Merged

Conversation

petrpleshachkov
Copy link
Contributor

Update indexes after the storage's update. In old code the update
removes the old entry and inserts new one which is exactly the same
because it takes it from the record that is not updated.

This regression was introduced in the
#15854

Closes #17333

Update indexes after the storage's update. In old code the update
removes the old entry and inserts new one which is exactly the same
because it takes it from the record that is not updated.

This regression was introduced in the
hazelcast#15854

Closes hazelcast#17333
@petrpleshachkov petrpleshachkov merged commit 2627c41 into hazelcast:4.0.z Sep 11, 2020
@mmedenjak mmedenjak added this to the 4.0.3 milestone Sep 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants