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

Make thread id uniformly displayed in decimal format #2662

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

tianshuang
Copy link
Contributor

Currently, the thread id format displayed by different commands is different. For example, the thread id in the dashboard is in decimal format, and the thread id in the trace command is in hexadecimal format and does not start with 0x, which is easy to confuse. Refer to the thread id format in the JDK stack frame. It is recommended to use decimal format uniformly.

@hengyunabc hengyunabc merged commit c3c4007 into alibaba:master Sep 20, 2023
11 checks passed
@hengyunabc hengyunabc added this to the 4.0.0 milestone Sep 20, 2023
@tianshuang tianshuang deleted the fix_thread_id_format branch July 3, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants