caiconghui commented on pull request #7487: URL: https://github.com/apache/incubator-doris/pull/7487#issuecomment-1001152649
> I am afraid that this could make the result of `show proc "/current_queries"` mess-up. Because the SQL string may be very long or poor formatting. > > Why not using `show proc "/current_queries/query_id"` to see the SQL stmt? In fact, in most cases, we want to see which users are executing which statements through show proc'/current_queries'. In order to quickly troubleshoot some problems, it is not convenient to query id indirectly through query id. We need to find out all query id first. Then when you look for stamtement, it may not be there. Of course, the problem you mentioned exists. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
