kangpinghuang commented on a change in pull request #567: Add publish version 
task
URL: https://github.com/apache/incubator-doris/pull/567#discussion_r249663468
 
 

 ##########
 File path: be/src/olap/txn_manager.cpp
 ##########
 @@ -151,7 +151,7 @@ OLAPStatus TxnManager::delete_txn(
 }
 
 void TxnManager::get_tablet_related_txns(TabletSharedPtr tablet, int64_t* 
partition_id,
-                                            std::set<int64_t>* 
transaction_ids) {
+                 std::set<int64_t>* transaction_ids) {
     if (tablet.get() == nullptr || partition_id == nullptr || transaction_ids 
== nullptr) {
         OLAP_LOG_WARNING("parameter is null when get transactions by tablet");
 
 Review comment:
   LOG(WARNING)

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
For additional commands, e-mail: dev-h...@doris.apache.org

Reply via email to