You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/12/06 02:44:10 UTC

[GitHub] [doris] deardeng commented on a diff in pull request #14405: [improvement] (fix) Add check validity when create storage policy.

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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org