You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by JamesRTaylor <gi...@git.apache.org> on 2016/01/10 21:09:03 UTC

[GitHub] phoenix pull request:

Github user JamesRTaylor commented on the pull request:

    https://github.com/apache/phoenix/commit/3f9d5a87ed37d109bc406b928f599ca5a0f04f1b#commitcomment-15361268
  
    In phoenix-core/src/main/java/org/apache/phoenix/iterate/ParallelIterators.java:
    In phoenix-core/src/main/java/org/apache/phoenix/iterate/ParallelIterators.java on line 101:
    This should pass through the same arguments as below:
        ResultIterator scanner = new TableResultIterator(mutationState, tableRef, scan, scanMetrics);
    
    The mutationState  was cloned here because the one in context may change. Otherwise, we end up not passing through the transaction. We have a test, but it's ignored and we're waiting for a Tephra fix to enable it. I'll modify this and confirm it fixes the issue (as I'm testing with a Tephra snapshot).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---