Skip to content

ateom: hash pod name to avoid unix socket path length limits#100

Open
Benjamin Elder (BenTheElder) wants to merge 1 commit into
agent-substrate:mainfrom
BenTheElder:socket-len
Open

ateom: hash pod name to avoid unix socket path length limits#100
Benjamin Elder (BenTheElder) wants to merge 1 commit into
agent-substrate:mainfrom
BenTheElder:socket-len

Conversation

@BenTheElder
Copy link
Copy Markdown
Collaborator

@BenTheElder Benjamin Elder (BenTheElder) commented May 28, 2026

Pod names alone can easily exceed the max length (253 > 107).

Add a symlink with the full pod name for debugging.

Follow-up #92

It's a good idea to open an issue first for discussion.

  • Tests pass
  • Appropriate changes to documentation are included in the PR

TODO: I'm not sure about the symlink. It's annoying mapping pod => hash(pod) otherwise though. We could put a file inside the directory with the pod name instead, but I think we should probably put the full pod name somewhere in the structure so it's easier to inspect these.

pod names alone can easily exceed the max length

add a symlink with the full pod name for debugging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working / bugfixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants