yiguolei opened a new pull request #437: Move tablet management code from StorageEngine to TabletManager URL: https://github.com/apache/incubator-doris/pull/437 Move tablet mangement code from StorageEngine to TabletManager. The upper services such as clone, schema change are using StorageEngine to add tablet, delete tabet and StorageEngine uses tablet manager to finish the task currenlty. The upper services will use tablet manager directly if they only refers to the table related task in the future.
---------------------------------------------------------------- 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]
