gavinchou commented on code in PR #25921:
URL: https://github.com/apache/doris/pull/25921#discussion_r1386709764
##########
be/src/service/backend_service.cpp:
##########
@@ -187,6 +188,8 @@ void _ingest_binlog(IngestBinlogArg* arg) {
return;
}
RowsetId new_rowset_id = StorageEngine::instance()->next_rowset_id();
+ PendingRowsetGuard pending_rs_guard {new_rowset_id,
+
StorageEngine::instance()->pending_local_rowsets()};
Review Comment:
auto prg =
StorageEngine::instance()->pending_local_rowsets()->add_pending_rowset(new_rs_id);
--
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]