morningman opened a new pull request #1158: Fix bug that bad tablet blocking 
compaction of other tablets
URL: https://github.com/apache/incubator-doris/pull/1158
 
 
   A bad tablet is always be chosen to do compaction, and failed again
   and again, which may block compaction of other tablets.
   Add a BE config 'min_compaction_failure_interval_ms' to avoid choosing
   bad tablet again at a certain interval, so that other tablets have
   chance to do the compaction.
   
   Also fix a bug that using avg() function on varchar column return
   unexpected exception. ISSUE: #363 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
For additional commands, e-mail: dev-h...@doris.apache.org

Reply via email to