ZhiQiang-Tiger opened a new issue, #2259: URL: https://github.com/apache/fury/issues/2259
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/fury/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! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
