Lars Francke created HBASE-8916:
-----------------------------------

             Summary: Optimize usage of Jackson's ObjectMapper
                 Key: HBASE-8916
                 URL: https://issues.apache.org/jira/browse/HBASE-8916
             Project: HBase
          Issue Type: Improvement
            Reporter: Lars Francke
            Priority: Trivial


ObjectMapper is fully thread-safe and "relatively" expensive to build. As such 
it is recommended to share an instance where possible.

I'll attach a patch that fixes every instance of ObjectMapper usage to use a 
private static field instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to