-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Relax the join validation for Remote State publication #15471
Relax the join validation for Remote State publication #15471
Conversation
server/src/main/java/org/opensearch/cluster/node/DiscoveryNode.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/cluster/coordination/JoinTaskExecutor.java
Outdated
Show resolved
Hide resolved
❌ Gradle check result for 366e344: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
366e344
to
15ff668
Compare
❌ Gradle check result for 15ff668: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 6d0cb37: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
6d0cb37
to
46da900
Compare
❌ Gradle check result for 46da900: null Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
46da900
to
48a5373
Compare
❌ Gradle check result for 48a5373: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
48a5373
to
edd2a46
Compare
… but only publication enabled (opensearch-project#15471) Signed-off-by: Rajiv Kumar Vaidyanathan <[email protected]>
… but only publication enabled (opensearch-project#15471) Signed-off-by: Rajiv Kumar Vaidyanathan <[email protected]>
… but only publication enabled (opensearch-project#15471) Signed-off-by: Rajiv Kumar Vaidyanathan <[email protected]>
… but only publication enabled (opensearch-project#15471) Signed-off-by: Rajiv Kumar Vaidyanathan <[email protected]>
… but only publication enabled (opensearch-project#15471) Signed-off-by: Rajiv Kumar Vaidyanathan <[email protected]>
… but only publication enabled (opensearch-project#15471) Signed-off-by: Rajiv Kumar Vaidyanathan <[email protected]>
… but only publication enabled (#15471) (#15667) Signed-off-by: Rajiv Kumar Vaidyanathan <[email protected]>
… but only publication enabled (#15471) (#15675) Signed-off-by: Rajiv Kumar Vaidyanathan <[email protected]>
… but only publication enabled (opensearch-project#15471) Signed-off-by: Rajiv Kumar Vaidyanathan <[email protected]>
… but only publication enabled (opensearch-project#15471) Signed-off-by: Rajiv Kumar Vaidyanathan <[email protected]>
… but only publication enabled (opensearch-project#15471) Signed-off-by: Rajiv Kumar Vaidyanathan <[email protected]>
… but only publication enabled (opensearch-project#15471) Signed-off-by: Rajiv Kumar Vaidyanathan <[email protected]>
Description
[Describe what this change achieves]
For Remote Store clusters, there is validation which ensures that remote attributes are either present / absent in all the nodes in cluster. However for clusters where only remote publication is enabled, this need not be enforced. ClusterManager ensures that the remote connecting node has publication enabled before publishing cluster-state updates[#15216 ]. Incase the remote node does not have publication enabled, it falls back to publish the cluster-state via transport
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.