You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "binlijin (JIRA)" <ji...@apache.org> on 2016/09/27 06:58:20 UTC

[jira] [Created] (HBASE-16717) Reuse DataChecksum

binlijin created HBASE-16717:
--------------------------------

             Summary: Reuse DataChecksum
                 Key: HBASE-16717
                 URL: https://issues.apache.org/jira/browse/HBASE-16717
             Project: HBase
          Issue Type: Improvement
            Reporter: binlijin
            Priority: Minor


Every time to generateChecksums or validateChecksum will create a new DataChecksum, and DataChecksum is not thread safe, so use ThreadLocal to reuse it and keep thread safe.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)