hust-hhb commented on code in PR #50173:
URL: https://github.com/apache/doris/pull/50173#discussion_r2080920449
##########
cloud/src/meta-service/meta_service.cpp:
##########
@@ -1821,6 +1821,30 @@ static bool use_new_version_random() {
return false;
}
+void MetaServiceImpl::check_version(std::string& use_version, std::string&
instance_id) {
+ if (config::use_delete_bitmap_lock_random_version &&
!use_new_version_random()) {
+ use_version = "v1";
+ return;
+ }
+ std::string white_list = config::delete_bitmap_lock_version_white_list;
Review Comment:
now update in background
--
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]