-
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.13] Added static setting for checkPendingFlushUpdate functionality of lucene index writer #12857
[Backport 2.13] Added static setting for checkPendingFlushUpdate functionality of lucene index writer #12857
Conversation
@CaptainDredge do we have a sign-off from @bbarani @gaiksaya to bring this one to |
@reta I don't have sign-off yet but I'm wondering why this didn't get to |
We are where we are :(, please ask for sign off |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blocking the merge till we get 2.13 clearance
Compatibility status:Checks if related components are compatible with change ae3c9b1 Incompatible componentsSkipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/flow-framework.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/performance-analyzer.git] |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.13 #12857 +/- ##
=======================================
Coverage ? 71.09%
Complexity ? 60288
=======================================
Files ? 4984
Lines ? 284232
Branches ? 41540
=======================================
Hits ? 202069
Misses ? 65087
Partials ? 17076 ☔ View full report in Codecov by Sentry. |
Please go ahead. |
2.13 was cut 3 days back honoring code cut off date. Anything merged after that needs to go in 2.13 as well. |
Thanks @reta for surfacing this issue to release team. @CaptainDredge Can you check and let us know why we missed this backport? Do we need to add any additional guard rails? We need to make sure this doesn't happen again for anyone. |
@reta / @shwetathareja can you please merge the PR now since we have the signoff? |
be51b99
to
4ceb77c
Compare
❌ Gradle check result for 4ceb77c: 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? |
…ene writer (opensearch-project#12710) (opensearch-project#12786) Signed-off-by: Prabhat Sharma <[email protected]> Co-authored-by: Prabhat Sharma <[email protected]> (cherry picked from commit c369ec4) (cherry picked from commit 29bcc48) Signed-off-by: Prabhat Sharma <[email protected]>
4ceb77c
to
ae3c9b1
Compare
❕ Gradle check result for ae3c9b1: 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. |
Description
Backports PR #12786 to
2.13
Related Issues
Resolves #11628
Check List
New functionality includes testing.All tests passBy 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.