-
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
Optimize remote store GC flow with pinned timestamps #15943
Optimize remote store GC flow with pinned timestamps #15943
Conversation
❌ Gradle check result for 609bd01: 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? |
609bd01
to
3186ffa
Compare
❌ Gradle check result for 3186ffa: 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? |
3186ffa
to
f07d64d
Compare
❌ Gradle check result for f07d64d: 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? |
f07d64d
to
c344045
Compare
❌ Gradle check result for c344045: 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? |
c344045
to
eb12d3c
Compare
❌ Gradle check result for eb12d3c: 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? |
eb12d3c
to
6a4dab7
Compare
❌ Gradle check result for 6a4dab7: 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? |
6a4dab7
to
5ed7af5
Compare
❌ Gradle check result for a52d224: 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? |
Signed-off-by: Sachin Kale <[email protected]>
Signed-off-by: Sachin Kale <[email protected]>
Signed-off-by: Sachin Kale <[email protected]>
Signed-off-by: Sachin Kale <[email protected]>
Signed-off-by: Sachin Kale <[email protected]>
Signed-off-by: Sachin Kale <[email protected]>
Signed-off-by: Sachin Kale <[email protected]>
Signed-off-by: Sachin Kale <[email protected]>
Signed-off-by: Sachin Kale <[email protected]>
a52d224
to
af7fcbf
Compare
Signed-off-by: Sachin Kale <[email protected]> (cherry picked from commit dc4dbce) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…16077) * Optimize remote store GC flow with pinned timestamps (#15943) Signed-off-by: Sachin Kale <[email protected]> (cherry picked from commit dc4dbce) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Fix breaking changes Signed-off-by: Sachin Kale <[email protected]> --------- Signed-off-by: Sachin Kale <[email protected]> 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> Co-authored-by: Sachin Kale <[email protected]>
…ect#15943) Signed-off-by: Sachin Kale <[email protected]>
…ect#15943) Signed-off-by: Sachin Kale <[email protected]>
…ect#15943) Signed-off-by: Sachin Kale <[email protected]>
…ect#15943) Signed-off-by: Sachin Kale <[email protected]>
…ect#15943) Signed-off-by: Sachin Kale <[email protected]>
Description
minRemoteGenReferenced - indexSettings().getRemoteTranslogExtraKeep() <= maxDeletedGenerationOnRemote
Check List
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.