return;
}
// Remove the flow record for that node
MessageFlowRecord record = records.remove(nodeID);
if (record != null)
{
try
{
if (isTrace)
{
HornetQServerLogger.LOGGER.trace("Closing clustering record " + record);
}
record.close();
}
catch (Exception e)
{
HornetQServerLogger.LOGGER.errorClosingFlowRecord(e);
}