Uploaded image for project: 'Apache Hudi'
  1. Apache Hudi
  2. HUDI-5760

Make sure DeleteBlock doesn't use Kryo for serialization to disk

    XMLWordPrintableJSON

Details

    • 4

    Description

      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)

      Attachments

        Issue Links

          Activity

            People

              guoyihua Ethan Guo (this is the old account; please use "yihua")
              alexey.kudinkin Alexey Kudinkin
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: