[ https://issues.apache.org/jira/browse/HIVE-12302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sergey Shelukhin updated HIVE-12302: ------------------------------------ Assignee: Prasanth Jayachandran (was: Gopal V) > Use KryoPool instead of thread-local caching > -------------------------------------------- > > Key: HIVE-12302 > URL: https://issues.apache.org/jira/browse/HIVE-12302 > Project: Hive > Issue Type: Bug > Components: Query Processor > Affects Versions: 2.0.0 > Reporter: Gopal V > Assignee: Prasanth Jayachandran > Labels: Serializer > Attachments: HIVE-12302.1.patch > > > Kryo 3.x introduces a Pooling mechanism for Kryo > https://github.com/EsotericSoftware/kryo#pooling-kryo-instances > {code} > // Build pool with SoftReferences enabled (optional) > KryoPool pool = new KryoPool.Builder(factory).softReferences().build(); > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)