Skip to content

CompletableFuture.onFailureAsync function accumulating in ForkJoinPool queue #427

@bgrooot

Description

@bgrooot

Hello,

In the application I am operating, there has been a sudden increase in heap memory usage.
I checked the dump and found that tasks are being added to the queue to handle failures.
These tasks are supposed to be removed from the queue once their execution is complete and error status is checked.
However, I am not sure why the tasks are not being processed and are just piling up.
Do you have any insights on this matter?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions