kangpinghuang opened a new issue #664: Tablet in BE will be created with an incremental id as path URL: https://github.com/apache/incubator-doris/issues/664 **Is your feature request related to a problem? Please describe.** Now tablet path in BE is construct by storage_path/tablet_id/schema_hash rule. This will lead to conflict when create new tablet or clone a old tablet. You should check the existence of path first. Use an incremental id as path will resolve this problems and will simplify the gc mechanism. Problems need to solve including: 1. How to get tablet path with tablet id 2. How to get tablet id from a tablet path
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
