deardeng commented on code in PR #14405:
URL: https://github.com/apache/doris/pull/14405#discussion_r1040363417


##########
fe/fe-core/src/main/java/org/apache/doris/backup/S3Storage.java:
##########
@@ -245,6 +245,9 @@ public Status directUpload(String content, String 
remoteFile) {
         } catch (UserException ue) {
             LOG.error("connect to s3 failed: ", ue);
             return new Status(Status.ErrCode.COMMON_ERROR, "connect to s3 
failed: " + ue.getMessage());
+        } catch (Exception e) {
+            LOG.error("connect to s3 failed: ", e);

Review Comment:
   fixed



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to