[
https://issues.apache.org/jira/browse/HUDI-8544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
sivabalan narayanan closed HUDI-8544.
-------------------------------------
Resolution: Fixed
https://github.com/apache/hudi/commit/3018c492e420a045d4614e96e5705543b1f09eb0
> Fix RLI and SI MDT record generation to be consistent w/ spark task retries
> ---------------------------------------------------------------------------
>
> Key: HUDI-8544
> URL: https://issues.apache.org/jira/browse/HUDI-8544
> Project: Apache Hudi
> Issue Type: Improvement
> Components: metadata, writer-core
> Reporter: sivabalan narayanan
> Assignee: sivabalan narayanan
> Priority: Blocker
> Labels: blocker
> Fix For: 1.0.0
>
>
> Very rarely we could have some inconstencies when RLI and SI record
> generation since it relies on RDD<WriteStatus> while all other MDT partitions
> relies on List<HoodieWriteStat> which is already computed and is in drivers
> memory.
>
> So, wanted to fix RLI and SI for now. Eventually we wanted to go w/ a full
> dag rewrite to be streaming friendly.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)