wangbo commented on code in PR #38701: URL: https://github.com/apache/doris/pull/38701#discussion_r1701321716
########## 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: 主要是灰度升级有用,都放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: 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