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: [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]