gavinchou commented on code in PR #36202: URL: https://github.com/apache/doris/pull/36202#discussion_r1636557909
########## fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java: ########## @@ -848,7 +848,7 @@ private void handleQueryWithRetry(TUniqueId queryId) throws Exception { LOG.debug("due to exception {} retry {} rpc {} user {}", e.getMessage(), i, e instanceof RpcException, e instanceof UserException); String msg = e.getMessage(); - boolean isNeedRetry = true; + boolean isNeedRetry; Review Comment: Make it default false? -- 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