cosven commented on code in PR #50173:
URL: https://github.com/apache/doris/pull/50173#discussion_r2063879727


##########
cloud/src/meta-service/meta_service.cpp:
##########
@@ -1981,6 +2002,7 @@ void 
MetaServiceImpl::update_delete_bitmap(google::protobuf::RpcController* cont
         LOG(WARNING) << msg << ", cloud_unique_id=" << 
request->cloud_unique_id();
         return;
     }
+    check_version(use_version, instance_id);

Review Comment:
   `check_version` parses the config string every time. Will there be any 
performance issues with this?



-- 
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]

Reply via email to