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

[FORWARD-PORT 4.0.z] Introduce NODE_AWARE partitioning group type #17913

Merged

Conversation

hasancelik
Copy link
Contributor

For Kubernetes based environments, user might want to store their backups at another Kubernetes node. They can easily decide which pod will be running on which node via defining affinity or node-selector. To satisfy these kind of specific requirements, NODE_AWARE partition group type is introduced with this PR. Newly created NodeAwareMemberGroupFactory class is just simplified version of ZoneAwareMemberGroupFactory actually. Here is the related PRD.

(cherry-picked from commit 278db00)
forward-port of #17889

For Kubernetes based environments, user might want to store their backups at another Kubernetes node.
They can easily decide which pod will be runing on which node via defining labels or node-selector.
To satisfy these kind of specific requirements, NODE_AWARE partition group type is introduced.
Newly created NodeAwareMemberGroupFactory class is just simplified version of ZoneAwareMemberGroupFactory.
@hasancelik hasancelik merged commit b11d432 into hazelcast:4.0.z Dec 1, 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