TraceMachina / TraceMachina/nativelink
ENHANCE_YOUR_CALM even under light load
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1.6k
- Forks
- 244
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 54
Description
In this case, there are only ten workers and a single builder against a 64 CPU scheduler and CAS instance.
2025-03-20T21:03:22.510784Z ERROR nativelink::services: Failed running service, err: hyper::Error(Http2, Error { kind: GoAway(b"", ENHANCE_YOUR_CALM, Library) })
at src/bin/nativelink.rs:892
in nativelink::services::http_connection with remote_addr: 192.168.191.244:56728, socket_addr: 0.0.0.0:50051
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at src/bin/nativelink.rs:892 and inspect the nativelink::services::http_connection path associated with the reported HTTP/2 ENHANCE_YOUR_CALM error. Reproduce the setup with ten workers, one builder, and a 64-CPU scheduler and CAS instance; the issue provides no specified implementation or test target, so completion would require establishing an agreed fix and verifying the error no longer occurs under that load.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend, networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100