Github user JamesRTaylor commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/298#discussion_r195421295
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/iterate/BaseResultIterators.java
---
@@ -1305,14 +1305,25 @@ public ScanWrapper(Scan scan) {
Scan oldScan = scanPair.getFirst();
byte[] startKey =
oldScan.getAttribute(SCAN_ACTUAL_START_ROW);
if(e2 instanceof
HashJoinCacheNotFoundException){
+ System.out.println("Handling
HashJoinCacheNotFoundException");
--- End diff --
Minor nit: change to log message or remove System.out.println calls
---