-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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] Add recovery chunk size setting #14131
Conversation
Signed-off-by: Shubh Sahu <[email protected]> (cherry picked from commit 53ea952) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.
Looks like there's a breaking API change here @gbbafna @astute-decipher. Want to make sure we're ok with it?
❌ Gradle check result for 42b7e87: 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? |
Hi @dblock , this PR doesn't cause any breaking API change. It just adds a new setting Sorry, my bad. It is due to this PR only . We have removed a field However, would this cause other PRs's breaking changes workflow to fail as well ? In this case, how do we proceed ? |
The only question is whether there are users that may or may no rely on this setting out there. So what makes us be sure that |
Looks like I am wrong about the backwards incompatible change being ok, see #14105 (comment). cc: @andrross, how should this PR be solving it? |
server/src/main/java/org/opensearch/indices/recovery/RecoverySettings.java
Outdated
Show resolved
Hide resolved
…ettings.java Co-authored-by: Andrew Ross <[email protected]> Signed-off-by: Gaurav Bafna <[email protected]>
❌ Gradle check result for b058d55: 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 b058d55: 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? |
Closing in favor of #14161 |
Backport 53ea952 from #13997.