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

   ## Proposed changes
   
   In some cloud native deployment scenario, BE(especially the Compute Node BE) 
will be add to cluster and remove from cluster very frequently. User's query 
will fail if there is a fragment is running on the shutting down BE. Users 
could use stop_be.sh --grace, then BE will wait all running queries to stop to 
avoiding running query failure, but if the waiting time exceed the limit, then 
be will exit directly. During this period, FE will not send any queries to BE 
and waiting for all running queries to stop
   
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at 
[[email protected]](mailto:[email protected]) 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: [email protected]

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