TraceMachina / TraceMachina/nativelink

Redis Scheduler restricts instance names

Open
#1,841 5 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.