jtchen-study opened a new issue, #6224:
URL: https://github.com/apache/hudi/issues/6224
Caused by: java.lang.IllegalArgumentException: Cannot use marker based
rollback strategy on completed instant:[20220727185451835__commit__COMPLETED]
at
org.apache.hudi.common.util.ValidationUtils.checkArgument(ValidationUtils.java:40)
at
org.apache.hudi.table.action.rollback.BaseRollbackActionExecutor.<init>(BaseRollbackActionExecutor.java:93)
at
org.apache.hudi.table.action.rollback.BaseRollbackActionExecutor.<init>(BaseRollbackActionExecutor.java:73)
at
org.apache.hudi.table.action.rollback.CopyOnWriteRollbackActionExecutor.<init>(CopyOnWriteRollbackActionExecutor.java:48)
at
org.apache.hudi.table.HoodieJavaCopyOnWriteTable.rollback(HoodieJavaCopyOnWriteTable.java:236)
at
org.apache.hudi.client.BaseHoodieWriteClient.rollback(BaseHoodieWriteClient.java:767)
... 11 more
I use java client hudi-0.11.0 version, when data is large, hudi client
produces the above error, could anyone help?
--
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]