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

Introduce NODE_AWARE partitioning group type #17889

Merged

Commits on Nov 24, 2020

  1. Introduce NODE_AWARE partitioning group type

    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 committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    a78fcb0 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. fixed test failures

    hasancelik committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    3413ad0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c2bf32 View commit details
    Browse the repository at this point in the history
  3. use parameterized type

    hasancelik committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    e46bda4 View commit details
    Browse the repository at this point in the history
  4. fixed checkstyle error

    hasancelik committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    9a18d98 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. review comments

    hasancelik committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    fd6e116 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Configuration menu
    Copy the full SHA
    a77634c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    003b58c View commit details
    Browse the repository at this point in the history