hust-hhb opened a new pull request, #18291: URL: https://github.com/apache/doris/pull/18291
# Proposed changes Issue Number: close #xxx ## Problem summary #18015 enable stream load profile log, however be will encounter rpc fail when loading tpch data like this : `I0329 14:22:50.843114 7251 plan_fragment_executor.cpp:471] PlanFragmentExecutor::cancel|query_id=xxx|instance_id=xxx|reason=3|error message=rpc fail 2 W0329 14:22:50.843132 7251 fragment_mgr.cpp:227] Got error while opening fragment xxx query id: xxx: [CANCELLED]Cancelled I0329 14:22:50.843140 7251 plan_fragment_executor.cpp:471] PlanFragmentExecutor::cancel|query_id=xxx|instance_id=xxx|reason=3|error message=PlanFragmentExecutor open failed I0329 14:22:50.843151 7251 exec_node.cpp:179] fragment_instance_id=xxx closed` I think it's not a good idea to setIsReportSuccess to print stream load profile log, maybe there are some performance issues that haven't been fixed yet. And i move the enable option to PlanFragmentExecutor close to fix this problem. Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has unit tests been added * [ ] Has document been added or modified * [ ] Does it need to update dependencies * [ ] Is this PR support rollback (If NO, please explain WHY) ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc... -- 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