-
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
create publication repos during join task execution #16383
create publication repos during join task execution #16383
Conversation
❌ Gradle check result for f54d4f3: 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? |
f54d4f3
to
7a56884
Compare
❌ Gradle check result for 7a56884: 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? |
7a56884
to
c23f86e
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #16383 +/- ##
============================================
- Coverage 72.02% 71.99% -0.04%
- Complexity 65000 65026 +26
============================================
Files 5313 5313
Lines 303397 303413 +16
Branches 43902 43906 +4
============================================
- Hits 218528 218439 -89
- Misses 66982 67084 +102
- Partials 17887 17890 +3 ☔ View full report in Codecov by Sentry. |
server/src/main/java/org/opensearch/cluster/coordination/JoinTaskExecutor.java
Show resolved
Hide resolved
❌ Gradle check result for dda859c: 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? |
server/src/main/java/org/opensearch/cluster/coordination/JoinTaskExecutor.java
Show resolved
Hide resolved
dda859c
to
4ac77b1
Compare
❌ Gradle check result for 4ac77b1: 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? |
4ac77b1
to
0d05c92
Compare
❌ Gradle check result for 0d05c92: 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? |
dee33e8
to
75032b7
Compare
❌ Gradle check result for 75032b7: 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? |
...internalClusterTest/java/org/opensearch/gateway/remote/RemotePublicationConfigurationIT.java
Show resolved
Hide resolved
server/src/main/java/org/opensearch/cluster/coordination/JoinTaskExecutor.java
Outdated
Show resolved
Hide resolved
7f2e2ee
to
158d68c
Compare
❌ Gradle check result for 158d68c: 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? |
Signed-off-by: Rajiv Kumar Vaidyanathan <[email protected]>
Signed-off-by: Rajiv Kumar Vaidyanathan <[email protected]>
Signed-off-by: shwetathareja <[email protected]> Signed-off-by: Rajiv Kumar Vaidyanathan <[email protected]>
158d68c
to
2396141
Compare
* create publication repos during join task Signed-off-by: Rajiv Kumar Vaidyanathan <[email protected]> (cherry picked from commit 72559bf) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
When a node with publication repositories are configured, cluster-manager updates the repositories metadata in cluster-state after validation.
Related Issues
Resolves #16363
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.