Jagmeet Bali created HUDI-1780:
----------------------------------
Summary: Refactoring of parts of HoodieMetadataArchiveLog have
changed behaviour of Archival
Key: HUDI-1780
URL: https://issues.apache.org/jira/browse/HUDI-1780
Project: Apache Hudi
Issue Type: Bug
Reporter: Jagmeet Bali
The refactoring of HoodieMetadataArchiveLog to MetadataConverionUtils has
changed the behaviour of how replacecommit.* files will be handled.
Before the logic was
[TimelineArchiveLog|https://github.com/apache/hudi/blob/c4a66324cdd3e289e0bf18bdd150b95ee6e4c66c/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/HoodieTimelineArchiveLog.java#L402]
but now it has been changed to
[MetadaConversionUtils.|https://github.com/apache/hudi/blob/master/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/utils/MetadataConversionUtils.java#L70]
The issue with the code is replacecommit.* can be generated from different
places and not from clustering alone.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)