-
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
[Backport 2.x] Split the remote global metadata file to metadata attribute files #13703
[Backport 2.x] Split the remote global metadata file to metadata attribute files #13703
Conversation
❌ Gradle check result for 57dc35c: 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? |
4f9e367
to
d7fd2f8
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #13703 +/- ##
============================================
+ Coverage 71.28% 71.31% +0.02%
- Complexity 60145 61412 +1267
============================================
Files 4957 5040 +83
Lines 282799 288738 +5939
Branches 41409 42178 +769
============================================
+ Hits 201591 205907 +4316
- Misses 64189 65509 +1320
- Partials 17019 17322 +303 ☔ View full report in Codecov by Sentry. |
❕ Gradle check result for d7fd2f8: 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. |
❌ Gradle check result for b7fe838: 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? |
@andrross seeing this error now
|
❌ Gradle check result for b7fe838: 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? |
bd162eb
to
52f4f27
Compare
…ensearch-project#12190) * Split the cluster state remote global metadata file to metadata attribute files Signed-off-by: Shivansh Arora <[email protected]> (cherry picked from commit da3ab92)
Signed-off-by: Shivansh Arora <[email protected]>
Signed-off-by: Shivansh Arora <[email protected]>
52f4f27
to
077e60b
Compare
❌ Gradle check result for bd162eb: 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 52f4f27: 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. |
❕ Gradle check result for 077e60b: 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. |
…ibute files (opensearch-project#13703) * Split the remote global metadata file to metadata attribute files (opensearch-project#12190) * Split the cluster state remote global metadata file to metadata attribute files Signed-off-by: Shivansh Arora <[email protected]> (cherry picked from commit da3ab92) * Remove conflicting static method from Metadata.Custom interface Signed-off-by: Shivansh Arora <[email protected]> --------- Signed-off-by: Shivansh Arora <[email protected]> Signed-off-by: kkewwei <[email protected]>
Backport da3ab92, 2e49743 from #12190, #13869