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

Yue Zhang updated HUDI-5760:
----------------------------
    Fix Version/s: 0.14.0
                       (was: 0.13.1)

> Make sure DeleteBlock doesn't use Kryo for serialization to disk
> ----------------------------------------------------------------
>
>                 Key: HUDI-5760
>                 URL: https://issues.apache.org/jira/browse/HUDI-5760
>             Project: Apache Hudi
>          Issue Type: Bug
>          Components: writer-core
>    Affects Versions: 1.0.0
>            Reporter: Alexey Kudinkin
>            Priority: Blocker
>             Fix For: 0.14.0
>
>
> The problem is that serialization of the `HoodieDeleteBlock` is generated 
> dynamically by Kryo that could change whenever any class comprising it 
> changes.
> We've been bitten by this already twice:
> HUDI-5758
> HUDI-4959
>  
> Instead, anything that is persisted on disk have to be serialized using 
> hard-coded methods (same way HoodieDataBlock are serailized)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to