UsePrepareAndCommit.ARBITRARY, 1000);
store.getObject(txn2, id2, false);
flag.release();
store.getObject(txn2, id, true);
System.err.println(finalI + " txn2: commit");
txn2.commit();
} catch (TransactionAbortedException e) {
System.err.println(finalI + " txn2: " + e);
exception2 = e;
} catch (Exception e) {
System.err.println(finalI + " txn2: " + e);