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

Wiping of destroyed object names in CP Subsystem #25384

Open
gbarnett-hz opened this issue Sep 6, 2023 · 0 comments
Open

Wiping of destroyed object names in CP Subsystem #25384

gbarnett-hz opened this issue Sep 6, 2023 · 0 comments

Comments

@gbarnett-hz
Copy link
Contributor

gbarnett-hz commented Sep 6, 2023

When a CP object is destroyed we add the name of that CP object to a set which is then used to predicate against the construction of a subsequent CP object with the same name within the same CP group. There is some work that is ongoing to remove this limitation and therefore the 'wiping' of these blacklist sets is required. This operation cannot be classified as safe until there's a strategy in-place for the actual subsequent object creation.

Example API:

CPSubsystem cpSubsystem = instance.getCPSubsystem();
CPSubsystemManagementService cpSubsystemManagementService = cpSubsystem.getCPSubsystemManagementService();
cpSubsystemManagementService.wipeDestroyedObjects();

JIRA: https://hazelcast.atlassian.net/browse/HZ-3007

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants