cool-easter-32542
10/25/2024, 5:49 PM[DEBUG] Failed to write to remote cache (10 occurrences so far): Internal: "h2 protocol error: http2 error: stream error received: unexpected internal error encountered"
For a new cache, I end up with 200 or so cache writes failing out of 240 or so entries.
I am using defaults in pants.toml, except for these overrides
session_end_tasks_timeout = 60.0
remote_cache_rpc_concurrency = 1
remote_store_rpc_concurrency = 1`
I put an nginx in front of bazel remote cache as a reverse proxy to get more info and it looks like the errors are during POST /google.bytestream.ByteStream/Write and they are all a MB or bigger payloads.
pantsbuild/pants