srowen commented on PR #37999:
URL: https://github.com/apache/spark/pull/37999#issuecomment-1258141808

   My concern is that ObjectMapper, while thread-safe, is synchronized in some 
methods, IIRC. This could introduce contention for locks. Is the perf win 
really compelling? I wonder if we can reuse ObjectMapper inside classes where 
it matters for perf and not try to share one instance so widely.


-- 
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