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

Retry map and cache partition destroy operations #12686

Merged
merged 1 commit into from Mar 27, 2018

Commits on Mar 27, 2018

  1. Retry map and cache partition destroy operations

    When the partition is migrating, the operations might fail with a
    PartitionMigratingException. We then need to retry the operation as
    otherwise we are leaking memory. As for other partition operations,
    we wait for the migration to complete, using the default try count and
    wait count.
    
    Fixes: https://github.com/hazelcast/hazelcast-enterprise/issues/930
    Fixes: https://github.com/hazelcast/hazelcast-enterprise/issues/1933
    Matko Medenjak committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    890c299 View commit details
    Browse the repository at this point in the history