yiguolei commented on code in PR #38701:
URL: https://github.com/apache/doris/pull/38701#discussion_r1701231303


##########
be/src/exec/schema_scanner/schema_processlist_scanner.cpp:
##########
@@ -56,9 +56,20 @@ Status SchemaProcessListScanner::start(RuntimeState* state) {
     TShowProcessListRequest request;
     request.__set_show_full_sql(true);
 
+    TShowProcessListResult ret1;
     
RETURN_IF_ERROR(SchemaHelper::show_process_list(*(_param->common_param->ip),

Review Comment:
   这里没用了吧。
   原来单独设置的fe ip是不是都在fe ip list 里了啊?



-- 
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]

Reply via email to