Skip to content

Deserialize big object using Fury frequently, triggering a Full GC when logging failed object #2259

Description

@ZhiQiang-Tiger

Search before asking

  • I had searched in the issues and found no similar issues.

Version

Fury version:0.6.0 & 0.10.1
JDK version: jdk11
OS: Linux

Component(s)

Java

Minimal reproduce step

When deserialization of a large object fails, handleReadFailed will log a large object. If the condition happens frequently, it will result in frequent Full GC.

Image

What did you expect to see?

I'd like to add a new configuration to "FuryBuilder" when building fury instance to control the amount of error messages printed, a user-selectable logging level of detail.
For example, define some enum instances like "Whole object, partial object properties, nothing printed".

What did you see instead?

Image

Image

Anything Else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions