Github user JamesRTaylor commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/268#discussion_r129152257
--- Diff:
phoenix-core/src/it/java/org/apache/phoenix/end2end/HashJoinIT.java ---
@@ -3453,4 +3496,27 @@ public void testJoinWithSetMaxRows() throws
Exception {
conn.close();
}
}
+
+ public static class InvalidateHashCacheRandomly extends
SimpleRegionObserver {
--- End diff --
These join tests run on the same cluster as all other tests derived from
ParallelStatsDisabledIT. Rather than having a random test failure, let's move
this to a dedicated test derived from BaseUniqueNamesOwnClusterIT and have it
consistently fail.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---