morningman commented on a change in pull request #5418: URL: https://github.com/apache/incubator-doris/pull/5418#discussion_r587991443
########## File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Catalog.java ########## @@ -1394,7 +1397,7 @@ private void getNewImage(Pair<String, Integer> helperNode) throws IOException { MetaHelper.complete(filename, dir); } } catch (Exception e) { - return; + throw new IOException(e); Review comment: The error log will be printed outside ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org