You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Ethan Guo (Jira)" <ji...@apache.org> on 2023/02/14 00:24:00 UTC

[jira] [Updated] (HUDI-5760) Make sure DeleteBlock doesn't use Kryo for serialization to disk

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

Ethan Guo updated HUDI-5760:
----------------------------
    Fix Version/s: 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.13.1
>
>
> 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)