-
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
importccl: persist bulk op summary during execution #68218
Conversation
4702d7d
to
ef70f3e
Compare
edcf302
to
009b1a7
Compare
@dt @adityamaru just a friendly ping, wondering if you can take a look this week, since this is blocking #67106 |
36a56e1
to
b6b7469
Compare
@pbardea thanks again for working on this, I really appreciate it! 🙂 |
Hoping to get this merged this aft! Fighting rebases and flakes, but I'm hoping this next push should do the trick. |
4562d36
to
a3463cc
Compare
Release note (bug fix): Fix a bug where IMPORT internal retries (ie due to node failures) may not pick up latest progress updates.
65684a8
to
305ec67
Compare
Release note (bug fix): Fix a bug where the summary displayed after an IMPORT command would sometimes be inaccurate due to retries. Release justification: Bug fix. Fix a bug where the summary displayed after an IMPORT command would sometimes be inaccurate due to retries.
There seems to be an issue with running the bazel import tests under race on master. Going to merge this as is and file an issue for that separately. |
Build succeeded: |
Fixes #67987.
Fixes #67987.
Release note (bug fix): Fix a bug where the summary displayed after an
IMPORT command would sometimes be inaccurate due to retries.
Release justification: Bug fix. Fix a bug where the summary displayed after an
IMPORT command would sometimes be inaccurate due to retries.