[ 
https://issues.apache.org/jira/browse/HBASE-14860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15024998#comment-15024998
 ] 

Hiroshi Ikeda commented on HBASE-14860:
---------------------------------------

Oops sorry
{code}
+  private static long toState(int countOfBuffers, int totalCapacity) {
+    return ((long)totalCapacity << 32) | totalCapacity;
+  }
 {code}
I used totalCapacity twice. I'll fix it tomorrow.

> Improve BoundedByteBufferPool; make lockless
> --------------------------------------------
>
>                 Key: HBASE-14860
>                 URL: https://issues.apache.org/jira/browse/HBASE-14860
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Hiroshi Ikeda
>            Assignee: Hiroshi Ikeda
>            Priority: Minor
>             Fix For: 2.0.0
>
>         Attachments: HBASE-14860.patch
>
>
> Make it unblocking.



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

Reply via email to