chaoyli commented on a change in pull request #688: Add path GC for BE
URL: https://github.com/apache/incubator-doris/pull/688#discussion_r263348481
##########
File path: be/src/olap/delta_writer.cpp
##########
@@ -176,6 +176,7 @@ OLAPStatus
DeltaWriter::close(google::protobuf::RepeatedPtrField<PTabletInfo>* t
OLAPStatus res = OLAP_SUCCESS;
// use rowset meta manager to save meta
_cur_rowset = _rowset_writer->build();
+
StorageEngine::instance()->remove_pending_paths(_rowset_writer->rowset_id());
Review comment:
forget to remove when base compaction failed
----------------------------------------------------------------
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]