Skip to content

[SUPPORT] Compaction job become much more slower after upgrade from 0.10 version to 0.14 version  #10978

@beyond1920

Description

@beyond1920

Dear community,
After upgrade a hudi table from 0.10 version to 0.14 version, the compaction job become much more slower.
The hudi table is a MOR table without partition field. And the hudi table does not do any schema evolution.

The compaction job would finished in 52 minutes using 0.14 version. But the compaction job would finished in 25 minutes using 0.10 version.

And in the 0.14 version, the task jstack become much more complex. Including the following content:
image

After compare 0.14 and 0.10 version, we found there is a difference when copy the old record from old base file to new base file.
In 0.14 version, the cost is much more heavy.
image
image
image
image

In 0.10 version, the copy is more simple.
image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    ✅ Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions