kangpinghuang commented on a change in pull request #806: Add creation time in 
txn manager
URL: https://github.com/apache/incubator-doris/pull/806#discussion_r268516100
 
 

 ##########
 File path: be/src/olap/txn_manager.cpp
 ##########
 @@ -111,7 +111,7 @@ OLAPStatus TxnManager::prepare_txn(
     // not found load id
     // case 1: user start a new txn, rowset_ptr = null
     // case 2: loading txn from meta env
-    std::pair<PUniqueId, RowsetSharedPtr> load_info(load_id, NULL);
+    TabletTxnInfo load_info(load_id, NULL);
 
 Review comment:
   NULL -> nullptr

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to