chaoyli commented on a change in pull request #416: Move txn related task to txn manager URL: https://github.com/apache/incubator-doris/pull/416#discussion_r240595515
########## File path: be/src/olap/storage_engine.cpp ########## @@ -918,95 +918,36 @@ OLAPStatus StorageEngine::add_tablet(TTabletId tablet_id, SchemaHash schema_hash OLAPStatus StorageEngine::add_transaction( Review comment: transaction and txn is the same. Using one variable name may be better. ---------------------------------------------------------------- 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]
