On 25/10/11 10:21, Paolo Castagna wrote:
Hi,
I know that this isn't helpful in finding the root cause of the problem.
Could you at least provide a description of the setup:
0/ Is this something that has started happening or something that has
always happened in your testing?
1/ How frequently does it happen?
Every update? 1 in 100?
2/ How much data is there in a store?
3/ How big and how frequent are the updates?
Ditto reads.
4/ How are the updates being done?
5/ Which version did you build (date is most helpful, svn rev is OK).
Andy
However, I want to report that we saw this exception in our logs:
Oct 24 18:07:44 ip-10-234-101-15 com.hp.hpl.jena.tdb.TDBException:
Different ids for http://covers.openlibrary.org/b/id/609263-M.jpg:
allocated: expected [00000000081BBA4B], got [00000000081B5C58]
Oct 24 18:07:44 ip-10-234-101-15 at
com.hp.hpl.jena.tdb.transaction.NodeTableTrans.append(NodeTableTrans.java:178)
Oct 24 18:07:44 ip-10-234-101-15 at
com.hp.hpl.jena.tdb.transaction.NodeTableTrans.writeNodeJournal(NodeTableTrans.java:210)
Oct 24 18:07:44 ip-10-234-101-15 at
com.hp.hpl.jena.tdb.transaction.NodeTableTrans.commitPrepare(NodeTableTrans.java:190)
Oct 24 18:07:44 ip-10-234-101-15 at
com.hp.hpl.jena.tdb.transaction.Transaction.prepare(Transaction.java:105)
Oct 24 18:07:44 ip-10-234-101-15 at
com.hp.hpl.jena.tdb.transaction.Transaction.commit(Transaction.java:89)
Oct 24 18:07:44 ip-10-234-101-15 at
com.hp.hpl.jena.tdb.DatasetGraphTxn.commit(DatasetGraphTxn.java:38)
...
Andy