Mostyn Bramley-Moore
Mostyn Bramley-Moore
I don't know bazel internals, but this stack trace looks like this is failing when trying to execute the action on the client side. Have you tried reporting this error...
Also, I think the bazel-remote logs would be important to check here- are there any warnings or errors there?
> > Also, I think the bazel-remote logs would be important to check here- are there any warnings or errors there? > > We are seeing these failures on our...
The main blocker to adding support for BLAKE3 is that we need to consider if an update to the cache directory format is required, since the current format does not...
Hi. Re metrics: bazel-remote currently supports prometheus. I'm not sure of the current status of opentelemetry metrics, is it still kind of immature? Re tracing: I have been holding off...
Hmm, it works when I make a local build, but the release binary looks like it wasn't built with this enabled. I will try to fix this and replace the...
I rebuilt and re-uploaded this, and confirmed that `--zstd_implementation cgo` works: https://github.com/buchgr/bazel-remote/releases/download/v2.4.1/bazel-remote-2.4.1-linux-arm64 Can you try that and let me know how it goes? I will keep this issue open until...
This used to work out of the box before bazel-remote had a compressed storage option (which is now the default). You should still be able to use a current build...
This is an interesting problem. It would be useful for me (and potentially for other large users) if you could share some details of your storage, the normal load, and...
Thanks for the update, lots of things to consider here. I have been thinking about changing the file removal, so that when under load we process the removal of small...