hostLog.warn("State dump for site: " + who);
hostLog.warn("" + who + ": partition: " + m_partitionId + ", isLeader: " + m_isLeader);
if (m_isLeader) {
hostLog.warn("" + who + ": replicas: " + CoreUtils.hsIdCollectionToString(m_replicaHSIds));
if (m_sendToHSIds.length > 0) {
m_mailbox.send(m_sendToHSIds, new DumpMessage());
}
}
hostLog.warn("" + who + ": most recent SP handle: " + getCurrentTxnId() + " " +
TxnEgo.txnIdToString(getCurrentTxnId()));
hostLog.warn("" + who + ": outstanding txns: " + m_outstandingTxns.keySet() + " " +