tt.assertParticipants(1); // just to be sure
Entry taken = space.take(toTake, tt.transaction, 0);
assertEquals(taken, toTake, "reading 'toTake' entry");
if (!active) {
tt.sendPrepare(); // get the transaction prepared
if (tt.localGetState() != PREPARED) {
throw new TestException(
"state is "
+ TxnConstants.getName(tt.localGetState())