}
}
m_nodeState.set(NodeState.RUN);
while (m_shouldContinue.get())
{
Message msg = m_recvQ.poll();
synchronized(this) {
if (msg != null) {
if (msg.m_close) {
int failedHostId = CoreUtils.getHostIdFromHSId(msg.m_src);
long agreementHSId = CoreUtils.getHSIdFromHostAndSite(failedHostId,