yiguolei opened a new issue #4400: URL: https://github.com/apache/incubator-doris/issues/4400
If a tablet is rebalanced to and from the same BE too many times, there will be many tablet folder on the BE. In tablet manager code, there is a shutdown tablet SET to track deleted tablets using TABLET ID. But the tablet id is the same one if the same tablet is balanced to and from the same BE many times and there will be only one tablet id in the set at last. So that other folders with same tablet will not be recycled. ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
