-
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
Use remote publication flag to decide which custom objects to upload #14338
Use remote publication flag to decide which custom objects to upload #14338
Conversation
❌ Gradle check result for 597057a: 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 0ab67e6: 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 8f3c702: 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 3a342c6: 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? |
Flaky test: #14296 |
3a342c6
to
4a12c2e
Compare
server/src/main/java/org/opensearch/gateway/remote/RemoteGlobalMetadataManager.java
Outdated
Show resolved
Hide resolved
❌ Gradle check result for 4a12c2e: 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? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #14338 +/- ##
============================================
+ Coverage 71.42% 71.77% +0.35%
- Complexity 59978 62088 +2110
============================================
Files 4985 5118 +133
Lines 282275 291833 +9558
Branches 40946 42180 +1234
============================================
+ Hits 201603 209460 +7857
- Misses 63999 65057 +1058
- Partials 16673 17316 +643 ☔ View full report in Codecov by Sentry. |
server/src/main/java/org/opensearch/gateway/remote/RemoteClusterStateAttributesManager.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/gateway/remote/RemoteClusterStateService.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/gateway/remote/RemoteGlobalMetadataManager.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/gateway/remote/RemoteGlobalMetadataManager.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Sooraj Sinha <soosinha@amazon.com>
Signed-off-by: Sooraj Sinha <soosinha@amazon.com>
Signed-off-by: Sooraj Sinha <soosinha@amazon.com>
Signed-off-by: Sooraj Sinha <soosinha@amazon.com>
Signed-off-by: Sooraj Sinha <soosinha@amazon.com>
Signed-off-by: Sooraj Sinha <soosinha@amazon.com>
18eceb7
to
e7bc511
Compare
Signed-off-by: Sooraj Sinha <soosinha@amazon.com>
❕ Gradle check result for ac465ba: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
a3402d1
into
opensearch-project:main
…14338) (#14390) * Simplify updated customs (ClusterState.Custom & Metadata.Custom) persistence logic to remote store (cherry picked from commit a3402d1) Signed-off-by: Sooraj Sinha <soosinha@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…14338) (#14391) * Simplify updated customs (ClusterState.Custom & Metadata.Custom) persistence logic to remote store (cherry picked from commit a3402d1) Signed-off-by: Sooraj Sinha <soosinha@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…pensearch-project#14338) * Simplify updated customs (ClusterState.Custom & Metadata.Custom) persistence logic to remote store Signed-off-by: Sooraj Sinha <soosinha@amazon.com>
…pensearch-project#14338) (opensearch-project#14390) * Simplify updated customs (ClusterState.Custom & Metadata.Custom) persistence logic to remote store (cherry picked from commit a3402d1) Signed-off-by: Sooraj Sinha <soosinha@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: kkewwei <kkewwei@163.com>
…pensearch-project#14338) * Simplify updated customs (ClusterState.Custom & Metadata.Custom) persistence logic to remote store Signed-off-by: Sooraj Sinha <soosinha@amazon.com>
Description
This PR addresses the following:
Related Issues
NA
Check List
API changes companion pull request created, if applicable.Public documentation issue/PR created, if applicable.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.