On Wed, Nov 9, 2011 at 8:41 AM, Andy Seaborne <[email protected]> wrote: > On 04/11/11 13:07, Paolo Castagna wrote: >> >> Hi, >> today, I have time to work on Jena. >> >> What are the JIRA issues to fix before a release? >> >> Paolo > > Summary: > > == Simon > > JENA-131 (TxTDB problem during concurrent execution) > JENA-143 (QueryExecution.abort seems to corrupt TxTDB when interrupting > transactional queries) > > == Stephen > > spill-to-disk configuration option: > http://markmail.org/message/jzn7ipszwttciipf > > as part of JENA-119 (Eliminate memory bounds during query execution)
This is done and committed in revision 1197687 with the symbol "spillToDiskThreshold". > == Andy > > JENA-110 (Remove RDB from Jena) > and it's documentation > and there is some experiment, unused stuff in SDB. > > -------------------------------------- > > I added JENA-110 (remove RDB) because it wil not get properly tested > anyway). As preparation, I've tagged the codebase to make the post-license > text changes, last-of-RDB state findable in case someone needes to drag it > out of the vault. > > JENA-131 and JENA-141 are TDB only. > > JENA-131: we have a cause (multiple read transactions over a stack of 2 or > more unflushed write transactions) but not yet a proper fix. > > Andy >
