Mostyn Bramley-Moore
                                            Mostyn Bramley-Moore
                                        
                                    That log comes from somewhere in server/http.go - there are only a few places in that file that don't use a sepecific error message in the log line- are you...
I pushed an update which will give a bit more context, so we can at least see which location in server/http.go gives this error for you. Could you try a...
I think all the PUT errors in server/http.go add some extra information, except for `cache.Error` errors which are returned from the disk cache layer on this line: `err := h.cache.Put(r.Context(),...
Thanks, now we know that the error is coming from an io.ReadFull call in casblob.WriteAndClose. Is the client uploading an uncompressed blob? I guess the most likely scenario is one...
Just checking- is your bazel-remote deployment named "bazel-remote" ? If so, that might be causing this problem, because kubernetes will set some environment variables that conflict with the ones you're...
If anyone is interested, I can contribute some code to implement this (using https://github.com/mostynb/go-grpc-compression for formats other than gzip). But compressed-blobs bytestream and the work-in-progress BatchUpdateBlobs / BatchReadBlobs API is...
I can think of one scenario where an ActionResult with no output apart from the exit code might be useful: sanity checks. Maybe in v3 it would be sufficient to...
Actually, maybe we can advise that the backend implement this behaviour in REAPIv2: when receiving an ActionResult that does not have the worker set in the metadata, set it to...
I think this PR has been made obsolete by #307.
> So you're proposing that GetActionResult() is made slightly stronger, in that it only returns results if all directories stored in a Tree referenced by the ActionResult are also stored...