leesf commented on a change in pull request #3426:
URL: https://github.com/apache/hudi/pull/3426#discussion_r685283547



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/BaseRollbackActionExecutor.java
##########
@@ -197,6 +197,11 @@ private void rollBackIndex() {
 
   protected void finishRollback(HoodieRollbackMetadata rollbackMetadata) 
throws HoodieIOException {
     try {
+      // TODO: Potential error here - rollbacks have already completed here so 
if the syncTableMetadata fails,

Review comment:
       here how can we handle the case, re-bootstrap?




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