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

[Backport 2.x] Introduce allocation filter to control placement of search only replicas #15702

Merged
merged 3 commits into from
Sep 5, 2024

Commits on Sep 4, 2024

  1. [RW Separation] Introduce allocation filter to control placement of s…

    …earch only replicas (opensearch-project#15455)
    
    * Introduce allocation filter to control placement of search only replicas
    
    Signed-off-by: Marc Handalian <marc.handalian@gmail.com>
    
    * Add a new decider rather than updating the existing FilterAllocationDecider
    
    Signed-off-by: Marc Handalian <marc.handalian@gmail.com>
    
    * Fix license header and description on SearchReplicaAllocationDecider
    
    Signed-off-by: Marc Handalian <marc.handalian@gmail.com>
    
    * Pr feedback.
    
    Signed-off-by: Marc Handalian <marc.handalian@gmail.com>
    
    * Fix class name to pass precommit checks
    
    Signed-off-by: Marc Handalian <marc.handalian@gmail.com>
    
    * Refactor all search replica create/update tests to a single OpenSearchSingleNodeTestCase.
    
    Signed-off-by: Marc Handalian <marc.handalian@gmail.com>
    
    * remove changelog entry
    
    Signed-off-by: Marc Handalian <marc.handalian@gmail.com>
    
    ---------
    
    Signed-off-by: Marc Handalian <marc.handalian@gmail.com>
    mch2 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    d48f926 View commit details
    Browse the repository at this point in the history
  2. update exception types for 2.x

    Signed-off-by: Marc Handalian <marc.handalian@gmail.com>
    mch2 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    7d79de3 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/2.x' into 2.x

    Signed-off-by: Marc Handalian <marc.handalian@gmail.com>
    mch2 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2ba2e2c View commit details
    Browse the repository at this point in the history