Comment 0 for bug 1010079

Revision history for this message
Peter Beaman (pbeaman) wrote :

Various symptoms found while running stress test mixture_txn_1, including CorruptVolumeException, CorruptValueException, and several different asserts. These all stem from new code introduced in lp:~pbeaman/akiban-persistit/fix_1006576_long_record_pruning. This bug is related to 1005206 and 1006576.

For Example:

[JOURNAL_FLUSHER] WARNING Journal flush operation took 2,541ms
FAILED WITH EXCEPTION
com.persistit.exception.CorruptValueException: MVV Value is corrupt at index: 8514
 at com.persistit.MVV.prune(MVV.java:477)
 at com.persistit.Exchange.storeInternal(Exchange.java:1484)
 at com.persistit.Exchange.store(Exchange.java:1288)
 at com.persistit.Exchange.store(Exchange.java:2530)
 at com.persistit.stress.Stress3txn.executeTest(Stress3txn.java:174)
 at com.persistit.test.AbstractTestRunnerItem.runIt(AbstractTestRunnerItem.java:156)
 at com.persistit.test.TestRunner$TestThread.run(TestRunner.java:361)