EmmyMiao87 opened a new pull request #5820:
URL: https://github.com/apache/incubator-doris/pull/5820


   ## Proposed changes
   
   When a query is retried, the FE log cannot quickly associate the new and old 
queries by query id.
   This will increase the complexity of troubleshooting.
   Modify the log printing logic of FE to associate the new and old query ids, 
and the print log looks like this:
   Query {old_query_id} {retry_times} times with new query id: {new_query_id}
   


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

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