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

Rename and deprecate public methods that contains 'master' in the name in 'server' directory #3647

Merged

Commits on Jun 17, 2022

  1. Deprecate public methods and variables with master terminology

    Signed-off-by: Tianli Feng <ftianli@amazon.com>
    Tianli Feng committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    75f39fe View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Merge branch 'main' into deprecate-master-method-variable-1

    Signed-off-by: Tianli Feng <ftianli@amazon.com>
    Tianli Feng committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    4b17090 View commit details
    Browse the repository at this point in the history
  2. Deprecate and rename all master methods in DiscoveryNodes class

    Signed-off-by: Tianli Feng <ftianli@amazon.com>
    Tianli Feng committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    fe0da5e View commit details
    Browse the repository at this point in the history
  3. Deprecate and rename all master methods in DiscoveryNode class

    Signed-off-by: Tianli Feng <ftianli@amazon.com>
    Tianli Feng committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    6b20780 View commit details
    Browse the repository at this point in the history
  4. Deprecate and rename some master methods

    Signed-off-by: Tianli Feng <ftianli@amazon.com>
    Tianli Feng committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    4ee9b59 View commit details
    Browse the repository at this point in the history
  5. Correct javadoc

    Signed-off-by: Tianli Feng <ftianli@amazon.com>
    Tianli Feng committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    bb9c539 View commit details
    Browse the repository at this point in the history
  6. Revert a change in client

    Signed-off-by: Tianli Feng <ftianli@amazon.com>
    Tianli Feng committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    f80ce3f View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Merge branch 'main' into deprecate-master-method-variable-1

    Signed-off-by: Tianli Feng <ftianli@amazon.com>
    Tianli Feng committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    6d72ac9 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Merge branch 'main' into deprecate-master-method-variable-1

    Signed-off-by: Tianli Feng <ftianli@amazon.com>
    
    # Conflicts:
    #	server/src/main/java/org/opensearch/cluster/ClusterStateTaskListener.java
    #	server/src/main/java/org/opensearch/cluster/action/shard/ShardStateAction.java
    #	server/src/main/java/org/opensearch/cluster/service/ClusterApplierService.java
    #	server/src/main/java/org/opensearch/cluster/service/ClusterManagerService.java
    #	server/src/main/java/org/opensearch/cluster/service/ClusterService.java
    #	server/src/test/java/org/opensearch/cluster/coordination/NodeJoinTests.java
    #	server/src/test/java/org/opensearch/cluster/service/ClusterApplierServiceTests.java
    #	server/src/test/java/org/opensearch/cluster/service/ClusterManagerServiceTests.java
    Tianli Feng committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    f0b8483 View commit details
    Browse the repository at this point in the history
  2. Deprecate another addLocalNodeMasterListener()

    Signed-off-by: Tianli Feng <ftianli@amazon.com>
    Tianli Feng committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    b6a5d6b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Merge branch 'main' into deprecate-master-method-variable-1

    Signed-off-by: Tianli Feng <ftianli@amazon.com>
    
    # Conflicts:
    #	server/src/main/java/org/opensearch/cluster/service/ClusterService.java
    #	server/src/test/java/org/opensearch/cluster/coordination/NodeJoinTests.java
    #	server/src/test/java/org/opensearch/cluster/service/MasterServiceTests.java
    Tianli Feng committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    db1e208 View commit details
    Browse the repository at this point in the history
  2. Change deprecation version from 2.1 to 2.2

    Signed-off-by: Tianli Feng <ftianli@amazon.com>
    Tianli Feng committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    0a33ed8 View commit details
    Browse the repository at this point in the history
  3. Changed 2 references of JoinTaskExecutor.newBecomeMasterTask() to use…

    … JoinTaskExecutor.newBecomeClusterManagerTask()
    
    Signed-off-by: Tianli Feng <ftianli@amazon.com>
    Tianli Feng committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    7058782 View commit details
    Browse the repository at this point in the history
  4. Fix a compile error of typo

    Signed-off-by: Tianli Feng <ftianli@amazon.com>
    Tianli Feng committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    4364983 View commit details
    Browse the repository at this point in the history
  5. Deprecate public variale TimeRequest.DEFAULT_MASTER_NODE_TIMEOUT

    Signed-off-by: Tianli Feng <ftianli@amazon.com>
    Tianli Feng committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    e9b6385 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Revert "Deprecate public variale TimeRequest.DEFAULT_MASTER_NODE_TIME…

    …OUT"
    
    This reverts commit e9b6385.
    
    Signed-off-by: Tianli Feng <ftianli@amazon.com>
    Tianli Feng committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    520abfe View commit details
    Browse the repository at this point in the history