gavinchou commented on code in PR #45668: URL: https://github.com/apache/doris/pull/45668#discussion_r1892666493
########## be/src/cloud/cloud_meta_mgr.cpp: ########## @@ -672,10 +702,41 @@ Status CloudMetaMgr::sync_tablet_delete_bitmap(CloudTablet* tablet, int64_t old_ } VLOG_DEBUG << "send GetDeleteBitmapRequest: " << req.ShortDebugString(); - stub->get_delete_bitmap(&cntl, &req, &res, nullptr); - if (cntl.Failed()) { - return Status::RpcError("failed to get delete bitmap: {}", cntl.ErrorText()); + + int retry_times = 0; + brpc::Controller cntl; Review Comment: put it into the `while` loop -- 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