the-other-tim-brown commented on code in PR #13380:
URL: https://github.com/apache/hudi/pull/13380#discussion_r2129809889


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/BaseRollbackPlanActionExecutor.java:
##########
@@ -115,7 +115,6 @@ protected Option<HoodieRollbackPlan> requestRollback(String 
startRollbackTime) {
           LOG.warn("Request Rollback found with instant time " + 
rollbackInstant + ", hence skipping scheduling rollback");
         } else {
           table.getActiveTimeline().saveToRollbackRequested(rollbackInstant, 
rollbackPlan);
-          table.getMetaClient().reloadActiveTimeline();

Review Comment:
   Confirmed, the next step is the rollback and in the RollbackActionExecutor 
implementations it first reloads the timeline and checks for the presence of 
the rollback plan



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