Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

system-wise unique identifier for each trace #123

Open
fujiapple852 opened this issue May 5, 2022 · 0 comments
Open

system-wise unique identifier for each trace #123

fujiapple852 opened this issue May 5, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@fujiapple852
Copy link
Owner

fujiapple852 commented May 5, 2022

Currently the pid (modulo 2^16-1) is used for the trace_identifier which is highly likely to be unique on a host. For multi-trace a unique trace_identifier is needed per trace and currently this is set as pid + i which could potentially clash with other processes. Unclear how to fix this.

@fujiapple852 fujiapple852 mentioned this issue May 5, 2022
5 tasks
@fujiapple852 fujiapple852 changed the title Pick a system-wise unique identifier for each trace (currently pid + i) system-wise unique identifier for each trace May 5, 2022
@fujiapple852 fujiapple852 added enhancement New feature or request bug Something isn't working and removed enhancement New feature or request labels May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant