We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For mpp task, the log has information about the details of a mpp task like
[2023/10/11 12:01:14.910 +08:00] [DEBUG] [ExchangeSenderSinkOp.cpp:26] ["finish write with 1 rows"] [source="MPP<gather_id:<gather_id:1, query_ts:1696996874892571000, local_query_id:18, server_id:1412, start_ts:444857548763037700, resource_gorup: default>,task_id:1>_ExchangeSender_ExchangeSender_15"] [thread_id=152]
while for cop/batch cop, there is no such information
[2023/09/07 09:48:46.733 +08:00] [DEBUG] [PhysicalPlan.cpp:84] ["tidb table scan has runtime filter size:0"] [source=CoprocessorHandler(stream)] [thread_id=240]
It can be very useful when debug issues if the source provide details information for cop/batch cop
source
The text was updated successfully, but these errors were encountered:
refine log for cop/batch cop (#8182)
7e44baf
close #8181
Successfully merging a pull request may close this issue.
Enhancement
For mpp task, the log has information about the details of a mpp task like
while for cop/batch cop, there is no such information
It can be very useful when debug issues if the
source
provide details information for cop/batch copThe text was updated successfully, but these errors were encountered: