kbuci opened a new issue, #17922: URL: https://github.com/apache/hudi/issues/17922
### Task Description **What needs to be done:** If concurrency mode is not SINGLE_WRITER, then `org.apache.hudi.client.BaseHoodieTableServiceClient#getPendingRollbackInfos(org.apache.hudi.common.table.HoodieTableMetaClient, boolean)` should not delete the rollback plan if an exception was encountered while attempting to open it. **Why this task is needed:** - The exception could have been due to a transient IO failure - If a concurrent job is executing the rollback plan, it may fail or even cause the timeline to have a `rollback.inflight` but no `rollback.requested` We can upstream our internal implementation once we reach consensus ### Task Type Code improvement/refactoring ### Related Issues **Parent feature issue:** (if applicable ) **Related issues:** NOTE: Use `Relationships` button to add parent/blocking issues after issue is created. -- 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]
