zhannngchen commented on code in PR #12044: URL: https://github.com/apache/doris/pull/12044#discussion_r953629112
########## be/src/olap/txn_manager.cpp: ########## @@ -309,6 +309,9 @@ Status TxnManager::publish_txn(OlapMeta* meta, TPartitionId partition_id, // save meta need access disk, it maybe very slow, so that it is not in global txn lock // it is under a single txn lock if (rowset_ptr != nullptr) { + // TODO(ygl): rowset is already set version here, memory is changed, if save failed Review Comment: The comments should be removed? L336 returned an OLAPInternalError -- 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. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org