[
https://issues.apache.org/jira/browse/PHOENIX-4109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16135727#comment-16135727
]
Hudson commented on PHOENIX-4109:
---------------------------------
FAILURE: Integrated in Jenkins build Phoenix-master #1745 (See
[https://builds.apache.org/job/Phoenix-master/1745/])
PHOENIX-4109 Ensure mutations are processed in batches with same time
(jamestaylor: rev 813c1c8aa0f44f0b38ef5bb4c9ed418f693b5c0d)
* (edit) phoenix-core/src/main/java/org/apache/phoenix/hbase/index/Indexer.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/hbase/index/covered/NonTxIndexBuilder.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/util/MetaDataUtil.java
* (edit)
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/PartialIndexRebuilderIT.java
> Ensure mutations are processed in batches with same time stamp during partial
> rebuild
> -------------------------------------------------------------------------------------
>
> Key: PHOENIX-4109
> URL: https://issues.apache.org/jira/browse/PHOENIX-4109
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Assignee: James Taylor
> Fix For: 4.12.0
>
> Attachments: PHOENIX-4109_4.x-HBase-0.98.patch, PHOENIX-4109.patch
>
>
> Our check for needing to sort cells by timestamp in secondary index code was
> incomplete. We need to sort and run each mutation with a unique timestamp in
> a separate batch whenever we're rebuilding the index.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)