You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Lars Francke (JIRA)" <ji...@apache.org> on 2013/07/10 11:15:53 UTC

[jira] [Created] (HBASE-8916) Optimize usage of Jackson's ObjectMapper

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