You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/07/14 02:31:57 UTC

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #4039: Add delayed deletion of rowsets function, fix -230 error.

wutiangan commented on a change in pull request #4039:
URL: https://github.com/apache/incubator-doris/pull/4039#discussion_r454061303



##########
File path: be/src/olap/tablet.cpp
##########
@@ -310,7 +321,10 @@ OLAPStatus Tablet::add_inc_rowset(const RowsetSharedPtr& rowset) {
     RETURN_NOT_OK(_tablet_meta->add_rs_meta(rowset->rowset_meta()));
     _rs_version_map[rowset->version()] = rowset;
     _inc_rs_version_map[rowset->version()] = rowset;
-    _rs_graph.add_version_to_graph(rowset->version());
+
+    // _rs_graph.add_version_to_graph(rowset->version());

Review comment:
       remove this line?




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org