[
https://issues.apache.org/jira/browse/HUDI-5760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HUDI-5760:
---------------------------------
Labels: pull-request-available (was: )
> 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
> Assignee: Ethan Guo
> Priority: Blocker
> Labels: pull-request-available
> 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)