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

Hudson commented on HBASE-18992:
--------------------------------

FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3875 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/3875/])
HBASE-18992 Comparators passed to the Memstore's flattened segments 
(ramkrishna: rev e7b4f6046a5b672118fd60bf2640968b3ab89a38)
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/CellArrayImmutableSegment.java
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/CellChunkImmutableSegment.java


> Comparators passed to the Memstore's flattened segments seems to be wrong
> -------------------------------------------------------------------------
>
>                 Key: HBASE-18992
>                 URL: https://issues.apache.org/jira/browse/HBASE-18992
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 2.0.0-alpha-3
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: ramkrishna.s.vasudevan
>             Fix For: 2.0.0-beta-1, 2.0.0-alpha-4
>
>         Attachments: HBASE-18992.patch
>
>
> While doing HBASE-18945 found that the comparators passed to the 
> CellChunkImmutableSegment and CellArrayImmutableSegment are sometimes wrong. 
> We pass the comparator that we got from the Store but when doing 
> reinitializeCellSet we always use CellComparator.COMPARATOR.
> From code I don think we are stopping the META region to also go through 
> CompactingMemstore. If we do that then this JIRA is invalid. But considering 
> that is not the case we should fix it and pass the right comparator.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to