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

ramkrishna.s.vasudevan commented on HBASE-14841:
------------------------------------------------

The findbugs thing
{code}
org.apache.hadoop.hbase.io.util.LRUDictionary$BidirectionalLRUMap$ByteBufferBackedNode.equals(Object)
 checks for operand being a 
LRUDictionary$BidirectionalLRUMap$ByteArrayBackedNode At LRUDictionary.java:a 
LRUDictionary$BidirectionalLRUMap$ByteArrayBackedNode At 
LRUDictionary.java:[line 322]
{code}
still keeps coming. Probably change the container in both the Nodes to Object 
type and do a type cast in the equals method would solve it?

> Allow Dictionary to work with BytebufferedCells
> -----------------------------------------------
>
>                 Key: HBASE-14841
>                 URL: https://issues.apache.org/jira/browse/HBASE-14841
>             Project: HBase
>          Issue Type: Sub-task
>          Components: regionserver, Scanners
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: ramkrishna.s.vasudevan
>         Attachments: HBASE-14841.patch, HBASE-14841_1.patch, 
> HBASE-14841_2.patch, HBASE-14841_3.patch, HBASE-14841_4.patch, 
> HBASE-14841_5.patch
>
>
> This is part of HBASE-14832 where we need to ensure that while BBCells are 
> getting compacted the TagCompression part should be working with BBCells.



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

Reply via email to