[
https://issues.apache.org/jira/browse/PHOENIX-5112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16843282#comment-16843282
]
Lars Hofhansl commented on PHOENIX-5112:
----------------------------------------
Attaching test details in case I do not get to this before the jenkins run
expires.
{code:java}
org.apache.phoenix.end2end.UpgradeIT.testMapTableToNamespaceDuringUpgrade
Error Details
expected:<-9223372036854775805> but was:<-9223372036854774707>
Stack Trace
java.lang.AssertionError: expected:<-9223372036854775805> but
was:<-9223372036854774707>
at
org.apache.phoenix.end2end.UpgradeIT.testMapTableToNamespaceDuringUpgrade(UpgradeIT.java:189)
55 sec 1
org.apache.phoenix.end2end.join.HashJoinMoreIT.testBug2961
Stack Trace
java.lang.AssertionError
at
org.apache.phoenix.end2end.join.HashJoinMoreIT.testBug2961(HashJoinMoreIT.java:908)
4.5 sec 10
org.apache.phoenix.end2end.IndexRebuildTaskIT.testIndexRebuildTask
Error Details
expected:<1> but was:<0>
Stack Trace
java.lang.AssertionError: expected:<1> but was:<0>
at
org.apache.phoenix.end2end.IndexRebuildTaskIT.testIndexRebuildTask(IndexRebuildTaskIT.java:164)
30 sec 2
org.apache.phoenix.end2end.index.MutableIndexSplitForwardScanIT.testSplitDuringIndexScan[MutableIndexSplitIT_localIndex=true,multiTenant=true]
Error Details
ERROR 1108 (XCL08): Cache of region boundaries are out of date.
Stack Trace
org.apache.phoenix.schema.StaleRegionBoundaryCacheException: ERROR 1108
(XCL08): Cache of region boundaries are out of date.
at
org.apache.phoenix.end2end.index.MutableIndexSplitForwardScanIT.testSplitDuringIndexScan(MutableIndexSplitForwardScanIT.java:30)
3 min 59 sec 4
org.apache.phoenix.end2end.index.MutableIndexSplitForwardScanIT.testSplitDuringIndexScan[MutableIndexSplitIT_localIndex=true,multiTenant=false]
Error Details
ERROR 1108 (XCL08): Cache of region boundaries are out of date.
Stack Trace
org.apache.phoenix.schema.StaleRegionBoundaryCacheException: ERROR 1108
(XCL08): Cache of region boundaries are out of date.
at
org.apache.phoenix.end2end.index.MutableIndexSplitForwardScanIT.testSplitDuringIndexScan(MutableIndexSplitForwardScanIT.java:30)
{code}
> Simplify QueryPlan selection in Phoenix.
> ----------------------------------------
>
> Key: PHOENIX-5112
> URL: https://issues.apache.org/jira/browse/PHOENIX-5112
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Lars Hofhansl
> Priority: Major
> Attachments: 5112-master.txt, 5112-master.txt
>
>
> Brought to light in part in PHOENIX-5109, plan selection in Phoenix is too
> complicated with its logic spread over multiple areas. My recent changes let
> most index through the initial filters and next step is to put all the logic
> in {{QueryOptimizer.orderPlansBestToWorst}}.
> One exception is plans with global indexes for queries with uncovered
> queries, those should still be handled in {{addPlan}}.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)