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

   ## BUG
   Each time a compaction task was generated, either a single compaction or a 
cumu (base) compaction task.
   Because there is no matched version available to pull from the peer., it 
keeps generating single compaction tasks, cumu (base) compaction tasks cannot 
be generated.
   
   ## HOW TO FIX
   1. When single compaction fails to complete,  skip the compaction task for 
this tablet
   2. Each time a compaction task is generated, create two tasks: one for 
single compaction and one for cumu(base) compaction.
   
   
   
   
   


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