Alexey Kudinkin created HUDI-2844:
-------------------------------------
Summary: Archived Metadata Timeline is crashing if timeline
contains REPLACE_COMMIT
Key: HUDI-2844
URL: https://issues.apache.org/jira/browse/HUDI-2844
Project: Apache Hudi
Issue Type: Bug
Components: CLI
Reporter: Alexey Kudinkin
When doing `commits showarchived` in CLI it fails if REPLACE_COMMIT is present
in the archived Timeline:
{code:java}
hudi:hoodie_benchmark->commits showarchived 5993625 [Spring Shell] ERROR
org.springframework.shell.core.SimpleExecutionStrategy - Command failed
org.apache.hudi.exception.HoodieIOException: Unknown action in metadata
replacecommit 5993625 [Spring Shell] WARN
org.springframework.shell.core.JLineShellComponent.exceptions - Unknown action
in metadata replacecommit org.apache.hudi.exception.HoodieIOException: Unknown
action in metadata replacecommit
{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)