[
https://issues.apache.org/jira/browse/PHOENIX-2586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15091254#comment-15091254
]
Hudson commented on PHOENIX-2586:
---------------------------------
SUCCESS: Integrated in Phoenix-master #1061 (See
[https://builds.apache.org/job/Phoenix-master/1061/])
PHOENIX-2586 Pass cloned BaseResultIterators mutationState through (jtaylor:
rev 42736973bb9bc79490998d7906219ad14f1fb07d)
* phoenix-core/src/main/java/org/apache/phoenix/iterate/ParallelIterators.java
*
phoenix-core/src/it/java/org/apache/phoenix/iterate/DelayedTableResultIteratorFactory.java
*
phoenix-core/src/main/java/org/apache/phoenix/iterate/DefaultTableResultIteratorFactory.java
*
phoenix-core/src/main/java/org/apache/phoenix/iterate/TableResultIteratorFactory.java
> Pass cloned BaseResultIterators mutationState through
> TableResultIteratorFactory
> --------------------------------------------------------------------------------
>
> Key: PHOENIX-2586
> URL: https://issues.apache.org/jira/browse/PHOENIX-2586
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Assignee: James Taylor
> Attachments: PHOENIX-2586.patch
>
>
> Looks like a small regression from PHOENIX-2357. The cloned mutationState in
> BaseResultIterators needs to be passed through the
> TableResultIteratorFactory, otherwise the one we retrieve from the connection
> may already have removed the transaction by the time the iterator executes
> (when auto commit is on).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)