]
Ryan Emerson updated ISPN-8247:
-------------------------------
Summary: SoftIndexFileStoreTest failures (was: SoftIndexFileStoreTest batch failure)
SoftIndexFileStoreTest failures
-------------------------------
Key: ISPN-8247
URL:
https://issues.jboss.org/browse/ISPN-8247
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Affects Versions: 9.1.0.Final
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Failure encountered on SoftIndexFileStore::testWriteAndDeleteBatch, however
SoftIndexFileStore does not implement writeBatch, so this implies the problem can also
occur with normal write operations.
{code:java}
org.infinispan.persistence.spi.PersistenceException:
java.lang.IllegalStateException: End of file reached when reading key on 5:351
at
org.infinispan.persistence.sifs.SoftIndexFileStore.forEachOnDisk(SoftIndexFileStore.java:509)
at
org.infinispan.persistence.sifs.SoftIndexFileStore.process(SoftIndexFileStore.java:519)
at org.infinispan.test.TestingUtil.allEntries(TestingUtil.java:1534)
at org.infinispan.test.TestingUtil.allEntries(TestingUtil.java:1539)
at
org.infinispan.persistence.BaseStoreTest.testWriteAndDeleteBatch(BaseStoreTest.java:540)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.IllegalStateException: End of file reached when reading key on
5:351
at org.infinispan.persistence.sifs.EntryRecord.readKey(EntryRecord.java:77)
at
org.infinispan.persistence.sifs.SoftIndexFileStore.forEachOnDisk(SoftIndexFileStore.java:476)
... 24 more
... Removed 16 stack frames
{code}