gavinchou commented on code in PR #47396: URL: https://github.com/apache/doris/pull/47396#discussion_r1942167444
########## cloud/test/rate_limiter_test.cpp: ########## @@ -98,7 +101,7 @@ void mock_add_cluster(MetaServiceProxy& meta_service, std::string instance_id) { } void mock_get_cluster(MetaServiceProxy& meta_service, const std::string& cloud_uid, - MetaServiceCode code) { + MetaServiceCode code, atomic_size_t& failed_cnt) { Review Comment: std atomic -- 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