I have seen this error 2x now (or at least I think I have). I am able to duplicate it but I don't have a small self contained example (yet)
In the current code I have a couple of threads working on a single Dataset. I am using transactions and as far as I can tell I am in a transaction when the error occurs. I begin the transaction, add a triple to a named model which eventually causes a BPTreeNode.split() and a BPTreeNode.promote(). However, none of the transactions are in ACTIVE state. They are all COMMITTED. in NodeTupleTableConcrete.addRow() the dsPolicy.writeCounter = 1 but the tupleTable.indexes[0].index.recordsMgr.blockMgr.transaction is in the COMMITTED state. Does anyone have any hints for how to debug this problem? Claude -- I like: Like Like - The likeliest place on the web <http://like-like.xenei.com> LinkedIn: http://www.linkedin.com/in/claudewarren
