[ https://issues.apache.org/jira/browse/PHOENIX-4404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ankit Singhal updated PHOENIX-4404: ----------------------------------- Attachment: PHOENIX-4404.patch [~rajeshbabu], please review. CellComparatorImpl.COMPARATOR also compares seqId along with row and qualifier which was not the case earlier. I think seqId is compared so that Delete will not always mask the Puts at same timestamp, I'm not sure if IndexMemstore wants to utilize this functionality. Currently, I have changed the comparator to skip seqId in IndexMemstore so that current tests pass. > Fix all unit tests cases(not IT) > -------------------------------- > > Key: PHOENIX-4404 > URL: https://issues.apache.org/jira/browse/PHOENIX-4404 > Project: Phoenix > Issue Type: Sub-task > Reporter: Ankit Singhal > Assignee: Ankit Singhal > Labels: HBase-2.0 > Attachments: PHOENIX-4404.patch > > -- This message was sent by Atlassian JIRA (v6.4.14#64029)