ConeyLiu edited a comment on issue #25470: [SPARK-28751][Core][WIP] Improve java serializer deserialization performance URL: https://github.com/apache/spark/pull/25470#issuecomment-525296971 This found in the RPC module which uses java serializer. Not sure why can't configure with `Kryo`. Maybe due to thread-safe problem with Kryo. And there is some overhead of initializing Kryo in the previous version, and it has fixed in the master branch.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
