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


   **Is your feature request related to a problem? Please describe.**
   In our cluster, some user exec select immediately after insert.
   ```
   insert into tableA select tableB;
   insert into tableC select tableA;
   ```
   Now, FE will wait 10 seconds at most after transaction commited. Sometimes, 
publishing takes more than 10 seconds. So, client cannot see the data just 
inserted.
   
   **Describe the solution you'd like**
   Add a param to control the time to wait publish.
   


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