eldenmoon commented on code in PR #21741:
URL: https://github.com/apache/doris/pull/21741#discussion_r1260782847
##########
be/src/olap/storage_engine.h:
##########
@@ -144,7 +144,7 @@ class StorageEngine {
TxnManager* txn_manager() { return _txn_manager.get(); }
MemTableFlushExecutor* memtable_flush_executor() { return
_memtable_flush_executor.get(); }
- bool check_rowset_id_in_unused_rowsets(const RowsetId& rowset_id);
+ bool check_rowset_id_in_unused_rowsets(const RowsetId& rowset_id,
RowsetSharedPtr* rs);
Review Comment:
done
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]