fury icon indicating copy to clipboard operation
fury copied to clipboard

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

Open ZhiQiang-Tiger opened this issue 6 months ago • 0 comments

Search before asking

  • [x] 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!

ZhiQiang-Tiger avatar May 28 '25 03:05 ZhiQiang-Tiger