You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Alexey Kudinkin (Jira)" <ji...@apache.org> on 2022/01/28 21:23:00 UTC

[jira] [Updated] (HUDI-3342) MOR Delta Block Rollbacks not applied if Lazy Block reading is disabled

     [ https://issues.apache.org/jira/browse/HUDI-3342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kudinkin updated HUDI-3342:
----------------------------------
    Summary: MOR Delta Block Rollbacks not applied if Lazy Block reading is disabled  (was: MOR Delta Block rollbacks is not working correctly if lazy Block reading is disabled)

> MOR Delta Block Rollbacks not applied if Lazy Block reading is disabled
> -----------------------------------------------------------------------
>
>                 Key: HUDI-3342
>                 URL: https://issues.apache.org/jira/browse/HUDI-3342
>             Project: Apache Hudi
>          Issue Type: Bug
>            Reporter: Alexey Kudinkin
>            Priority: Blocker
>             Fix For: 0.11.0
>
>
> While working on HUDI-3322, i've spotted following contraption:
> When we are rolling back Delta Commits, we add corresponding {{ROLLBACK_PREVIOUS_BLOCK}} Command Block at the back of the "queue".
> However, when reading that MOR table if the reader does not specify `readBlocksLazily=true`, we'd be merging Blocks eagerly therefore essentially rendering such Rollback Blocks useless, resurrecting the data that was previously rolled back.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)