Mostyn Bramley-Moore
Mostyn Bramley-Moore
On the first request, the AC entry is downloaded from S3 and stored in the local disk cache. The second request gets the AC entry directly from the local disk...
I haven't been found any interesting places to add extra logging yet, unfortunately. Are you using the http or grpc interface? Can you try upgrading the problematic instance to v2.4.4?...
By convention bazel uses the hash of the Action (the command to run) as the lookup key for the ActionResult that it creates. Bazel is probably uploading the Action for...
Aha! Thanks for following up.
Do you see any errors in bazel-remote's logs when the client shows these timeouts? Do you have iowait monitoring on the bazel-remote machine and on the s3 storage (if it's...
> yeah, we see a lot of GRPC BYTESTREAM READ FAILED Are there any more details provided in the logs besides bytestream read failed and the resource/blob name? If so,...
Hi, thanks for the fix- out of curiosity, how did you find this? I wonder if there's a better linter I could be using here. I propose that we fix...
> Thanks @mostynb I'm a golang beginner took a while to understand the sync.pool. > > I used http://remote/debug/pprof/heap on the live server and found a huge total count for...
Switched to this code in #789.
I think this might have been done in #307.