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

   pick:  #26659
   
   Suppose there are n commit txn but not visible, and alive replica num is not 
meet quorum.
   Then the first txn will wait time t, then publish succ.
   Then the second txn will wait another time t, so it wait total time 2t, then 
publish succ.
   ...
   So the n-th txn will wait total time n * t, then publish succ.
   
   If comming more txns, the waiting txns will keep piling up.
   
   So we shorten the wait time, if time from its first publish time (close to 
commit time), the txn will publish succ event if not meet quorum.
   
   ## Proposed changes
   
   Issue Number: close #xxx
   
   <!--Describe your changes.-->
   
   ## 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