jpisaac commented on a change in pull request #973:
URL: https://github.com/apache/phoenix/pull/973#discussion_r544503466
##########
File path: phoenix-core/src/it/java/org/apache/phoenix/end2end/ViewTTLIT.java
##########
@@ -1406,6 +1407,7 @@ public void testWithVariousSQLsForMultipleViews() throws
Exception {
}
}
+ @Ignore("Fails with StaleRegionBoundaryCacheException. Mutations on a SCN
connection could be the reason")
Review comment:
@gjacoby126 @kadirozde I have a fix for these test failures. It was
failing in BaseScannerRegionObserver.preScannerOpen by throwing
throwIfScanOutOfRegion when deletion of LocalIndexes are involved. All the
ViewTTLIT tests are passing after the fix on my local machine
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]