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.
   
   
![Image](https://github.com/user-attachments/assets/52d5011b-c99c-417f-b8d0-8aaa3cc14308)
   
   ### 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](https://github.com/user-attachments/assets/556e3ac6-e1c9-4de2-b325-eff2ba737e72)
   
   
![Image](https://github.com/user-attachments/assets/c8a11820-c538-42b1-b41b-f4e9a02e7831)
   
   ### 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]

Reply via email to