You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.AssertionError
at
org.simpledbm.rss.impl.im.btree.BTreeIndexManagerImpl$BTreeImpl.doRepairPageUnde
rflow(BTreeIndexManagerImpl.java:2451)
at
org.simpledbm.rss.impl.im.btree.BTreeIndexManagerImpl$BTreeImpl.repairPageUnderf
low(BTreeIndexManagerImpl.java:2541)
at
org.simpledbm.rss.impl.im.btree.BTreeIndexManagerImpl$BTreeImpl.updateModeTraver
se(BTreeIndexManagerImpl.java:2631)
at
org.simpledbm.rss.impl.im.btree.BTreeIndexManagerImpl$BTreeImpl.doDelete(BTreeIn
dexManagerImpl.java:3146)
at
org.simpledbm.rss.impl.im.btree.BTreeIndexManagerImpl$BTreeImpl.delete(BTreeInde
xManagerImpl.java:3235)
at
org.simpledbm.database.impl.TableScanImpl.updateCurrentRow(TableScanImpl.java:15
5)
at
org.simpledbm.database.TestDatabase$TesterThread.testUpdate(TestDatabase.java:65
1)
at
org.simpledbm.database.TestDatabase$TesterThread.run(TestDatabase.java:888)
at java.lang.Thread.run(Thread.java:613)
Original issue reported on code.google.com by [email protected] on 29 Mar 2009 at 11:05
The text was updated successfully, but these errors were encountered:
The assertion that failed seems incorrect given that the behavior of
redistribute
keys has changed. Commented out but would be better if a special test case can
be
written to reproduce this and prove that the assertion is incorrect. Will keep
this
issue open until the test case has been written or some other way is found of
verifying the fix.
Original issue reported on code.google.com by
[email protected]
on 29 Mar 2009 at 11:05The text was updated successfully, but these errors were encountered: