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

   ## Proposed changes
   
   1. modify regression case to add some schema change;
   2. when schema change, there is a dead lock:
       * the schema change job hold table write lock, and wait for BE wal num 
is 0
       * the group_commit commit failed because can not get table write lock
       * the replay wal failed because can not get table read lock to generate 
a plan fragment
       
       so move the wait wal out of the table write lock.
   3. If BE encounter memory hard limit, the load will stuck until the hard 
limit is ended. This may lead to the commit time interval of group commit is 
much larger than users' config, so improve the check timely.
   
   ## 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