Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.
This repository was archived by the owner on May 3, 2022. It is now read-only.

unique process_name in init handshake #1411

@Raynos

Description

@Raynos

We currently have a "unique" process name in init handshake because we include the pid.

However on docker the pid is always 1. We should add some more unique-ness to the process name.

The use case here is defense against fd leak in hyperbahn. I want to implement a "maximum fd per process_name" since right now:

  'go-contact-solver[1]': 55164,

the contact-solver application has 5k fd per instance all under one bucket because all K instances have the same process_name.

cc @prashantv @breerly @jcorbin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions