liutang123 opened a new issue #4977:
URL: https://github.com/apache/incubator-doris/issues/4977


   **Describe the bug**
   Non master FE will use a wrong queryId to audit a master only query (such as 
insert into)'s 
   
   **To Reproduce**
   
   case 1
   1.  Connect to a Non master FE
   2. select * from tableA; -- will generate a queryId XXX
   3. insert into table B select * from tableA; -- will use queryId XXX to 
audit this Stmt.
   case 2
   1. Connect to a Non master FE
   2. insert into table B select * from tableA; -- The queryId is NaN
   
   
   **Expected behavior**
   Use the right queryId generate by master.
   


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to