-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[Pull-based Ingestion] Include ingestionStatus in index metadata xcontent serialization and fail fast on parsing errors #19320
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
[Pull-based Ingestion] Include ingestionStatus in index metadata xcontent serialization and fail fast on parsing errors #19320
Conversation
eb404e7 to
46357ed
Compare
|
❌ Gradle check result for 46357ed: 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? |
46357ed to
667f8fa
Compare
|
❌ Gradle check result for 667f8fa: 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? |
667f8fa to
883b5a8
Compare
|
❌ Gradle check result for 883b5a8: 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? |
883b5a8 to
68ff8d4
Compare
|
❌ Gradle check result for 68ff8d4: 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 Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #19320 +/- ##
============================================
- Coverage 73.03% 72.97% -0.07%
+ Complexity 69997 69935 -62
============================================
Files 5676 5676
Lines 320923 320959 +36
Branches 46392 46401 +9
============================================
- Hits 234396 234211 -185
- Misses 67610 67801 +191
- Partials 18917 18947 +30 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
68ff8d4 to
8bd696a
Compare
server/src/main/java/org/opensearch/cluster/metadata/IndexMetadata.java
Outdated
Show resolved
Hide resolved
8bd696a to
9880beb
Compare
|
❌ Gradle check result for 9880beb: 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 9880beb: 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 9880beb: 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? |
…r parsing error Signed-off-by: Varun Bharadwaj <[email protected]>
9880beb to
6a68698
Compare
|
❌ Gradle check result for 6a68698: 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? |
…r parsing error (opensearch-project#19320) Signed-off-by: Varun Bharadwaj <[email protected]>
…r parsing error (opensearch-project#19320) Signed-off-by: Varun Bharadwaj <[email protected]>
…r parsing error (opensearch-project#19320) Signed-off-by: Varun Bharadwaj <[email protected]>
Description
This PR includes following small fixes and optimizations.
Related Issues
Resolves #19286
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.