[
https://issues.apache.org/jira/browse/HUDI-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17438524#comment-17438524
]
Ethan Guo commented on HUDI-1780:
---------------------------------
This is resolved by https://github.com/apache/hudi/pull/2784.
> 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
> Assignee: Nishith Agarwal
> Priority: Major
> Labels: pull-request-available, sev:critical, triaged
>
> 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)