TraceMachina / TraceMachina/nativelink
Redis Scheduler restricts instance names
Open
@MarcusSorealheis is already working on this.
Since Jul 20, 2025.
- Dominant language
- Rust
- Stars
- 1.6k
- Forks
- 244
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 54
Description
Chromium-style instance names, e.g. projects/rbe-chrome-untrusted/instances/default_instance, contain "/" and "-" which are rejected by try_sanitize() in nativelink-store/src/redis_store.rs. This is an issue because impl Display for ActionUniqueQualifier is used to generate Redis keys and embeds the instance name verbatim.
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.
Assessment
This issue has not been assessed yet.