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

   Routine load job progress cache incorrect in cloud mode in the following 
scenario:
   1. schedule thread update cloud progress, get old transaction value in fdb.
   2. routine load task commit transaction and update progress cache.
   3. update cloud progress RPC return, and change progress value to old value 
which is incorrect.
   
   This PR solves the problem that may occur in the storage computation 
separation mode by not allowing small values to overwrite large values.
   


-- 
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: commits-unsubscr...@doris.apache.org

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