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 2020/02/26 15:13:48 UTC

[GitHub] [incubator-doris] HangyuanLiu commented on a change in pull request #3004: Support Amazon S3 data source in Broker Load

HangyuanLiu commented on a change in pull request #3004: Support Amazon S3 data source in Broker Load 
URL: https://github.com/apache/incubator-doris/pull/3004#discussion_r384552088
 
 

 ##########
 File path: fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/FileSystemManager.java
 ##########
 @@ -511,7 +598,7 @@ public void pwrite(TBrokerFD fd, long offset, byte[] data) {
             long currentStreamOffset;
             try {
                 currentStreamOffset = fsDataOutputStream.getPos();
-            } catch (IOException e) {
+            } catch (Exception e) {
 
 Review comment:
   Why catch all exception

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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