wangbo opened a new pull request, #30907: URL: https://github.com/apache/doris/pull/30907
## Proposed changes Support ShowProcessStmt Show all Fe connection. ``` 1 set session var set show_all_fe_connection = true; 2 mysql [(none)]>show processlist; +------------+------------------+------+------+------------------+---------------------+----------+------+---------+------+-------+-----------------------------------+------------------+ | FeHost | CurrentConnected | Id | User | Host | LoginTime | Catalog | Db | Command | Time | State | QueryId | Info | +------------+------------------+------+------+------------------+---------------------+----------+------+---------+------+-------+-----------------------------------+------------------+ | 127.0.0.1 | Yes | 0 | root | 127.0.0.1:52692 | 2024-02-06 16:18:37 | internal | | Query | 0 | OK | feab95f6073844e3-bd9af10d9ae2ebef | show processlist | +------------+------------------+------+------+------------------+---------------------+----------+------+---------+------+-------+-----------------------------------+------------------+ 1 row in set (2.19 sec) mysql [(none)]> ``` -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org