-
Notifications
You must be signed in to change notification settings - Fork 411
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
Add read_tso as tracing id to DeltaTree engine #4287
Comments
Reopen since we need to show the After #4288, we add three column in # debug show by using tiflash client
bash> ./tiflash client --host=127.0.0.1 --port=9000
tiflash> select * from system.dt_tables limit 1 One can refer to this PR for how to modify the TiDB |
Corresponding fields has been added in pingcap/tidb#38191 |
Enhancement
After #3632, we introduce DynamicThreadPool to reuse threads for handling incoming tasks. Then the "thread_id" record in PageStorage snapshot become less useful.
Add a "tracing_id" to the PageStorage snapshot, and use "read_tso" as the "tracing_id", it is more useful for locating bugs.
The text was updated successfully, but these errors were encountered: