Skip to content

Long-running Spark rewrite Files Action may lead to OutOfMemoryError #11277

Open
@Zhanxiao-Ma

Description

@Zhanxiao-Ma

In my production environment, I have observed that long-running Spark rewrite Files Action can lead to OutOfMemoryError. Analyze the Java dump, I noticed a large number of ChildAllocator objects that are only referenced by the RootAllocator. Upon reviewing the code, I discovered that the ChildAllocator allocated at this point is indeed not being released. Is this correct?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requestedspark

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions