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

   When decommission a backend, it will get this backend's tablet meta list 
from TabletInvertIndex.  Only after all its tablets had migrated or moved to 
recyle bin,  then can drop this backend.
    
   But sometimes,  TabletInvertIndex may had leaky  because  deletting a 
partition  forget to delete its tablet meta.  After that, decommission will be 
blocked.  So let decommission skip the leaky tablet metas,   if a tablet meta 
couldn't found its partition,  and not in catalog recyle bin, that just skip 
it.  But for safy reason,  let drop after leaky had exceed 5 
hours(Config.decommission_skip_leaky_tablet_second).


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