[
https://issues.apache.org/jira/browse/JENA-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paolo Castagna updated JENA-128:
--------------------------------
Attachment: TestNodeTableObjectFileCorruption.java
This is a simple test case which illustrate the problem.
This is the exception I get when I run this test:
com.hp.hpl.jena.tdb.base.file.FileException: ObjectFile.read(9)[70][70]:
Impossibly large object : 1650553406 bytes
at
com.hp.hpl.jena.tdb.base.objectfile.ObjectFileStorage.read(ObjectFileStorage.java:282)
at
com.hp.hpl.jena.tdb.base.objectfile.ObjectFileStorage$ObjectIterator.next(ObjectFileStorage.java:397)
at
com.hp.hpl.jena.tdb.base.objectfile.ObjectFileStorage$ObjectIterator.next(ObjectFileStorage.java:1)
at
tx.TestNodeTableObjectFileCorruption.countRDFNodes(TestNodeTableObjectFileCorruption.java:96)
at
tx.TestNodeTableObjectFileCorruption.test(TestNodeTableObjectFileCorruption.java:88)
> Node table's ObjectFile (i.e. nodes.dat) gets corrupted after a write
> transaction applied to an existing database
> -----------------------------------------------------------------------------------------------------------------
>
> Key: JENA-128
> URL: https://issues.apache.org/jira/browse/JENA-128
> Project: Jena
> Issue Type: Bug
> Components: TDB
> Environment: Linux, 64 bit
> Reporter: Paolo Castagna
> Labels: txtdb
> Attachments: TestNodeTableObjectFileCorruption.java
>
>
> The node table's ObjectFile (i.e. nodes.dat) becomes corrupted after a write
> transaction applied to an existing database.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira