log.tracef("Prepare finished");
checkNewTransactionFails(key);
log.trace("About to commit existing transactions.");
tm.resume(tx);
tx.runCommitTx();
// read the data from the container, just to make sure all replicas are correctly set
checkValue(key, "value");
}