hust-hhb commented on code in PR #50173: URL: https://github.com/apache/doris/pull/50173#discussion_r2065390830
########## 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: If don't parses every time, it can make config update immediately work ########## 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: If don't parses every time, it can't make config update immediately work -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org