liaoxin01 commented on code in PR #54395:
URL: https://github.com/apache/doris/pull/54395#discussion_r2286817545
##########
be/src/cloud/cloud_meta_mgr.cpp:
##########
@@ -813,6 +814,13 @@ Status
CloudMetaMgr::sync_tablet_rowsets_unlocked(CloudTablet* tablet,
RETURN_IF_ERROR(tablet->merge_rowsets_schema());
}
}
+
+ // Fill version holes
+ if (config::enable_fill_version_holes) {
Review Comment:
写入和读流程最好还是用两个不同开关,比如开始都同时打开了,后面想把写流程的关了,这个时候读还是需要补洞的,因为之前没写的空rowset还需要补。
--
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]