Once database is corrupted there's probably not much you can do about it. Try to locate where the problem is (what triples are corrupted). If you have your data in multiple named graphs then sometimes it is enough to delete the content of the corrupted graph and not an entire database.
Cheers, Piotr 2018-01-12 10:19 GMT-05:00 George News <[email protected]>: > On 2018-01-12 14:32, dandh988 wrote: > > Our TDBs are larger and that would appear to be a corruption. Are you > > or have you not shut it down cleanly at some point? > > When shutting down my service I haven't use TDBFactory.release(). Do you > think this is the problem? > > Another problem is that sometimes, I was getting alloc-write exceptions > that might have corrupt the database. Is is possible? > > Then if the database is corrupted, how can I fix/restore it? > > > > > > Dick -------- Original message --------From: George News > > <[email protected]> Date: 12/01/2018 11:37 (GMT+00:00) To: Jena > > User Mailing List <[email protected]> Subject: Maximum TDB size > > Hi all, > > > > our database is 176GB and increasing. We are starting to get errors > > like this one: > > > > 2018-01-12 11:27:16.183 [default task-167] ERROR TDB - > > ObjectFileStorage.read[nodes](19541873205)[filesize= > 20334649410][file.size()=20334649410]: > > > > > Impossibly large object : 795438964 bytes > > > filesize-(loc+SizeOfInt)=792776201 > > > > What is the maximum data size that Jena is supporting both for > > qwhole TDB and for a model or dataset to be stored? > > > > Regards, Jorge > > >
