// to the RO MP site pool
List<Long> localHSIds = new ArrayList<Long>();
for (Initiator ii : m_iv2Initiators) {
localHSIds.add(ii.getInitiatorHSId());
}
m_MPI = new MpInitiator(m_messenger, localHSIds, getStatsAgent());
m_iv2Initiators.add(m_MPI);
// Make a list of HDIds to join
Map<Integer, Long> partsToHSIdsToRejoin = new HashMap<Integer, Long>();
for (Initiator init : m_iv2Initiators) {