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

Deprecate setting 'cluster.initial_master_nodes' and introduce the alternative setting 'cluster.initial_cluster_manager_nodes' #2463

Merged
merged 18 commits into from
Mar 18, 2022

Commits on Mar 14, 2022

  1. Deprecate setting cluster.initial_master_nodes, and add setting clust…

    …er.initial_cluster_manager_nodes
    
    Signed-off-by: Tianli Feng <[email protected]>
    Tianli Feng committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    4ea1231 View commit details
    Browse the repository at this point in the history
  2. Rename cluster.initial_master_nodes to cluster.initial_cluster_manage…

    …r_nodes
    
    Signed-off-by: Tianli Feng <[email protected]>
    Tianli Feng committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    11646a4 View commit details
    Browse the repository at this point in the history
  3. Replace master-eligible to cluster-manager-eligible in opensearch.yml

    Signed-off-by: Tianli Feng <[email protected]>
    Tianli Feng committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    1fa949c View commit details
    Browse the repository at this point in the history
  4. Fix bwc test by configuring setting name

    Signed-off-by: Tianli Feng <[email protected]>
    Tianli Feng committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    04ced0d View commit details
    Browse the repository at this point in the history
  5. Correct a setting name in docker-compose

    Signed-off-by: Tianli Feng <[email protected]>
    Tianli Feng committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    cf22874 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Merge remote-tracking branch 'upstream/main' into setting-initial-mas…

    …ter-node
    
    Signed-off-by: Tianli Feng <[email protected]>
    Tianli Feng committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    7d96d3f View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Merge branch 'main' into setting-initial-master-node

    Signed-off-by: Tianli Feng <[email protected]>
    Tianli Feng committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    cf3b6c4 View commit details
    Browse the repository at this point in the history
  2. Revert changing an error message in bootstrapchecks

    Signed-off-by: Tianli Feng <[email protected]>
    Tianli Feng committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    e00348e View commit details
    Browse the repository at this point in the history
  3. Show correct setting name in exception message

    Signed-off-by: Tianli Feng <[email protected]>
    Tianli Feng committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    03e29f8 View commit details
    Browse the repository at this point in the history
  4. Flip arguments in assertEquals(), because the first is expected value

    Signed-off-by: Tianli Feng <[email protected]>
    Tianli Feng committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    82ec6a0 View commit details
    Browse the repository at this point in the history
  5. Rename initialMasterNodes in test method name

    Signed-off-by: Tianli Feng <[email protected]>
    Tianli Feng committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    975501f View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into setting-initial-master-node

    Signed-off-by: Tianli Feng <[email protected]>
    Tianli Feng committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    3d1cd8e View commit details
    Browse the repository at this point in the history
  7. Use Settings.existsOrFallbackExists() instead of exists()

    Signed-off-by: Tianli Feng <[email protected]>
    Tianli Feng committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    754cd1a View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'upstream/main' into setting-initial-mas…

    …ter-node
    
    Signed-off-by: Tianli Feng <[email protected]>
    
    # Conflicts:
    #	test/framework/src/main/java/org/opensearch/test/InternalTestCluster.java
    Tianli Feng committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    1afb92b View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'upstream/main' into setting-initial-mas…

    …ter-node
    
    Signed-off-by: Tianli Feng <[email protected]>
    Tianli Feng committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    c967ad4 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Add both cluster.initial_cluster_manager_nodes and cluster.initial_ma…

    …ster_nodes into an error message of BootstrapChecks
    
    Signed-off-by: Tianli Feng <[email protected]>
    Tianli Feng committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    2ee85da View commit details
    Browse the repository at this point in the history
  2. Update import not to use asterisk

    Signed-off-by: Tianli Feng <[email protected]>
    Tianli Feng committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    7fc7c62 View commit details
    Browse the repository at this point in the history
  3. Add the missing import of INITIAL_CLUSTER_MANAGER_NODES_SETTING

    Signed-off-by: Tianli Feng <[email protected]>
    Tianli Feng committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    bd7fdbe View commit details
    Browse the repository at this point in the history