satish created HUDI-1644:
----------------------------
Summary: Do not delete rollback instants in RollbackActionExecutor
Key: HUDI-1644
URL: https://issues.apache.org/jira/browse/HUDI-1644
Project: Apache Hudi
Issue Type: Bug
Reporter: satish
Assignee: satish
Fix For: 0.8.0
We are trying to remove older rollback files here
https://github.com/apache/hudi/blob/master/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/BaseRollbackActionExecutor.java#L204
But, this is not compatible with timeline layout version 1 because
rollback.inflight and requested continue to stay on. This causes problems for
RFC-15 metadata sync.
Archival takes care of removing these rollback files, so we dont needthis
special logic in BaseRollbackActionExecutor
--
This message was sent by Atlassian Jira
(v8.3.4#803005)