190191192193194195196197198199200
if (persistent != null) { //Only used in testing if (failAfterCommit) { throw new TransactionException("Forced failure for testing"); } // Cast a commit message ClusterRequest req = new SendTransactionRequest(nodeId, txId);
224225226227228229230231
} //Only used in testing if (failBeforeCommit) { throw new TransactionException("Forced failure for testing"); } }
992993994995996997998999100010011002
addReferenceInMemory(ref); } } catch (Throwable t) { throw new TransactionException("Failed to add reference", t); } } // Remove deliveries