// send the repair log union to all the survivors. SPIs will ignore
// CompleteTransactionMessages for transactions which have already
// completed, so this has the effect of making sure that any holes
// in the repair log are filled without explicitly having to
// discover and track them.
VoltMessage repairMsg = createRepairMessage(li);
tmLog.debug(m_whoami + "repairing: " + m_survivors + " with: " + TxnEgo.txnIdToString(li.getTxnId()));
if (tmLog.isTraceEnabled()) {
tmLog.trace(m_whoami + "repairing with message: " + repairMsg);
}
m_mailbox.repairReplicasWith(m_survivors, repairMsg);