{
// Broadcast rollback() to all other members (excluding myself)
try
{
broadcastTxs.remove(gtx);
RollbackCommand rollbackCommand = commandsFactory.buildRollbackCommand(null);
if (log.isDebugEnabled())
log.debug("running remote rollback for " + gtx + " and coord=" + rpcManager.getLocalAddress());
replicateCall(ctx, rollbackCommand, remoteCallSync, ctx.getOptionOverrides());
}