phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

PHOENIX-7733 Data integrity issue impacting uncovered indexes (and potentially others) with rare occurrence

Open virajjasani opened this issue 1 month ago • 1 comments

Jira: PHOENIX-7733

virajjasani avatar Nov 19 '25 11:11 virajjasani

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)

virajjasani avatar Nov 19 '25 11:11 virajjasani