danny0405 commented on code in PR #5884:
URL: https://github.com/apache/hudi/pull/5884#discussion_r900100002


##########
hudi-common/src/main/java/org/apache/hudi/common/util/RetryHelper.java:
##########
@@ -80,7 +92,7 @@ public T start() throws IOException {
           LOG.error("Still failed to " + taskInfo + " after retried " + num + 
" times.", e);
           throw e;
         }
-        LOG.warn("Catch Exception " + taskInfo + ", will retry after " + 
waitTime + " ms.", e);
+        LOG.warn("Catch Exception When " + taskInfo + ", will retry after " + 
waitTime + " ms.", e);
         try {

Review Comment:
   When -> for



-- 
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]

Reply via email to