wangbo opened a new pull request, #36454:
URL: https://github.com/apache/doris/pull/36454

   ## Proposed changes
   Fix when a ```insert select``` is executed in Follower, audit log could 
missing query statistics.
   This is because ```audit log``` is logged in the connect FE, but request is 
forward to master FE,  then the coord FE is master FE, BE report query 
statistics to cood FE, finally the connected Follower could not get reported 
query statistics, audit log missing query statistics.
   We can add a new field to mark client connected FE, then be report query 
statistics to the connected FE.
   Besides, I do refactor for FE's WorkloadRuntimeStatusMgr to make logic more 
clear and add some log in be.


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

Reply via email to