gavinchou commented on code in PR #49710: URL: https://github.com/apache/doris/pull/49710#discussion_r2024861230
########## cloud/src/meta-service/meta_service.cpp: ########## @@ -1873,6 +1955,7 @@ void MetaServiceImpl::update_delete_bitmap(google::protobuf::RpcController* cont uint64_t fdb_txn_size = 0; auto table_id = request->table_id(); auto tablet_id = request->tablet_id(); + auto partition_id = request->partition_id(); Review Comment: there may be compatibility issues when we upgrade. BE may issue a request without parittion_id and we need to validate partition id before use in the `check` function. -- 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