Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0
Description
Kryo 3.x introduces a Pooling mechanism for Kryo
https://github.com/EsotericSoftware/kryo#pooling-kryo-instances
// Build pool with SoftReferences enabled (optional) KryoPool pool = new KryoPool.Builder(factory).softReferences().build();
Attachments
Attachments
Issue Links
- requires
-
HIVE-12175 Upgrade Kryo version to 3.0.x
- Closed
- links to