gavinchou commented on code in PR #37298: URL: https://github.com/apache/doris/pull/37298#discussion_r1665445655
########## cloud/src/recycler/azure_obj_client.cpp: ########## @@ -45,7 +45,7 @@ template <typename Func> ObjectStorageResponse do_azure_client_call(Func f, std::string_view url, std::string_view key) { try { f(); - } catch (Azure::Storage::StorageException& e) { + } catch (Azure::Core::RequestFailedException& e) { Review Comment: what about `catch (...)`? -- 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