Ticket #480 (closed defect: fixed)
Error releasing deferred frees using 1.0.6 against a 1.0.4 journal
| Reported by: | thompsonbry | Owned by: | martyncutcher |
|---|---|---|---|
| Priority: | major | Milestone: | Binary and API Compatibility |
| Component: | RWStore | Version: | BIGDATA_RELEASE_1_0_6 |
| Keywords: | Cc: | thompsonbry, yifengc |
Description (last modified by thompsonbry) (diff)
The following stack trace can appear when attempting to commit data using 1.0.6 against a journal which had been written on by 1.0.4.
Note: This exception is only observed when using the recycler (minReleaseAge GT 0) (versus session protection).
Caused by: java.lang.RuntimeException: Problem with entry at -176050709462618
at com.bigdata.rwstore.RWStore.freeDeferrals(RWStore.java:3692) ~[bigdata-1.0.6.jar:na]
at com.bigdata.rwstore.RWStore.checkDeferredFrees(RWStore.java:2517) ~[bigdata-1.0.6.jar:na]
at com.bigdata.journal.RWStrategy.checkDeferredFrees(RWStrategy.java:673) ~[bigdata-1.0.6.jar:na]
at com.bigdata.journal.AbstractJournal.commitNow(AbstractJournal.java:2423) ~[bigdata-1.0.6.jar:na]
at com.bigdata.journal.AbstractJournal.commit(AbstractJournal.java:2285) ~[bigdata-1.0.6.jar:na]
Change History
Note: See
TracTickets for help on using
tickets.