fury
fury copied to clipboard
Deserialize big object using Fury frequently, triggering a Full GC when logging failed object
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.
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?
Anything Else?
No response
Are you willing to submit a PR?
- [ ] I'm willing to submit a PR!