-
Notifications
You must be signed in to change notification settings - Fork 3.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
copy: fix extra flush loop causing test to flake #101792
Conversation
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.
Reviewed 3 of 3 files at r1, all commit messages.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @cucaroach)
bors r+ |
🕐 Waiting for PR status (GitHub check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set. |
79d8f1a
to
bfa5f72
Compare
bors retry |
Build failed: |
bors retry |
Build failed: |
bfa5f72
to
cd85d48
Compare
Previously we would try again and increment batch number when a retriable error occurred, now we call a hook on retries so we can uncount that batch. Also don't bother calling the insert routine if the length of the batch is 0, it will be a noop but still call the hook incrementing the batch counter. Release note: None Epic: None Fixes: cockroachdb#101610
cd85d48
to
1ccc551
Compare
bors retry |
Build succeeded: |
Release note: None
Epic: None
Fixes: #101610