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

Fixes cluster manager is corrupted after merging of hazelcast partition #95

Merged
merged 1 commit into from Sep 20, 2018

Commits on Sep 20, 2018

  1. Fixes vert-x3#90 Cluster manager is corrupted after merging of hazelc…

    …ast partition
    
    The original HZ member uuid is saved as a cluster member attribute.
    Consequently, even if HZ changes it during partition merging, HAManager and ClusteredEventBus will keep using the same original uuid.
    
    Note that when member added event is handled by existing cluster nodes, the member attribute may not be saved yet.
    In this case, it is safe to use member uuid (at this stage, the member uuid and member attribute are equal).
    tsegismont committed Sep 20, 2018
    1 Configuration menu
    Copy the full SHA
    a5c0c68 View commit details
    Browse the repository at this point in the history