log.debug(String.format("Could not find the active member in partition context, [member] %s ", memberId));
}
return;
}
// terminate the faulty member
CloudControllerClient ccClient = CloudControllerClient.getInstance();
ccClient.terminate(memberId);
// remove from active member list
partitionCtxt.removeActiveMemberById(memberId);
if (log.isInfoEnabled()) {