chaoyli commented on a change in pull request #2918: Some refactor on `TabletManager` URL: https://github.com/apache/incubator-doris/pull/2918#discussion_r379996880
########## File path: be/src/olap/tablet_manager.cpp ########## @@ -83,42 +72,42 @@ OLAPStatus TabletManager::_add_tablet_unlocked(TTabletId tablet_id, SchemaHash s VLOG(3) << "begin to add tablet to TabletManager. " << "tablet_id=" << tablet_id << ", schema_hash=" << schema_hash << ", force=" << force; - TabletSharedPtr tablet_item = nullptr; + TabletSharedPtr exist_tablet = nullptr; Review comment: existed_tablet ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org