-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Crash in AbstractParallelEvaluator
when using gRPC cache with --remote_upload_local_results
and an error happens during FindMissingBlobs
#11019
Comments
We are also seeing this with broken connections during upload:
This is with version 2.2.0. |
With Bazel 3.0.0 (and probably 2.1.0 as well) I also get this crash when there is a broken connection in the middle of a build:
|
--remote_upload_local_results
and an error happens during FindMissing--remote_upload_local_results
and an error happens during FindMissingBlobs
--remote_upload_local_results
and an error happens during FindMissingBlobs
AbstractParallelEvaluator
when using gRPC cache with --remote_upload_local_results
and an error happens during FindMissingBlobs
Thank you for contributing to the Bazel repository! This issue has been marked as stale since it has not had any activity in the last 1+ years. It will be closed in the next 14 days unless any other activity occurs or one of the following labels is added: "not stale", "awaiting-bazeler". Please reach out to the triage team ( |
This issue has been automatically closed due to inactivity. If you're still interested in pursuing this, please reach out to the triage team ( |
Description of the problem / feature request:
When connecting to a gRPC cache, with
--remote_upload_local_results
, if the cache returns status errors duringFindMissing
, bazel crashes inAbstractParallelEvaluator$Evaluate.run
. No crash occurs with--noremote_upload_local_results
.Here is an example log:
You can see from the log that it's the
FindMissing
call that is failing.Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Get
,Put
, andFindMissingBlobs
.--remote_upload_local_results
.FindMissing
status errors and causes a crash.Changing it so
Get
andPut
always fail, butFindMissingBlobs
never does, does not crash.What operating system are you running Bazel on?
macOS 10.14.6
What's the output of
bazel info release
?release 2.1.0
Have you found anything relevant by searching the web?
The text was updated successfully, but these errors were encountered: