phoenix
phoenix copied to clipboard
PHOENIX-7733 Data integrity issue impacting uncovered indexes (and potentially others) with rare occurrence
Jira: PHOENIX-7733
Until it is fixed, the test would fail with
java.lang.AssertionError: Should find exactly 900 records with amount in range
Expected :900
Actual :0
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:647)
at org.apache.phoenix.end2end.IndexWithScanSizeIT.testScanWithBetweenCondition(IndexWithScanSizeIT.java:279)