nsivabalan commented on code in PR #5703:
URL: https://github.com/apache/hudi/pull/5703#discussion_r969646947


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieWriteClient.java:
##########
@@ -1118,7 +1118,7 @@ protected Map<String, Option<HoodiePendingRollbackInfo>> 
getPendingRollbackInfos
       HoodieRollbackPlan rollbackPlan;
       try {
         rollbackPlan = RollbackUtils.getRollbackPlan(metaClient, 
rollbackInstant);
-      } catch (IOException e) {
+      } catch (Exception e) {

Review Comment:
   @danny0405 : may I know why this fix was required? If we had exception like 
timeout or something else, probably we should not process it. we have the code 
within catch block only to handle corrupt files. 



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