You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "ramkrishna.s.vasudevan (JIRA)" <ji...@apache.org> on 2016/02/02 11:04:39 UTC

[jira] [Created] (HBASE-15205) Do not find the replication scope for every WAL#append()

ramkrishna.s.vasudevan created HBASE-15205:
----------------------------------------------

             Summary: Do not find the replication scope for every WAL#append()
                 Key: HBASE-15205
                 URL: https://issues.apache.org/jira/browse/HBASE-15205
             Project: HBase
          Issue Type: Sub-task
            Reporter: ramkrishna.s.vasudevan
            Assignee: ramkrishna.s.vasudevan
            Priority: Minor
             Fix For: 2.0.0


After the byte[] and char[] the other top contributor for lot of GC (though it is only 2.86%) is the UTF_8.newDecoder.
This happens because for every WAL append we try to calculate the replication scope associate with the families associated with the TableDescriptor. I think per WAL append doing this is very costly and creates lot of garbage. 



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