Hi,
Why do we have the following warning message? Isn't it possible for us to
avoid this scenario being happening?
public class VMClusterMonitor {
public void handleMemberTerminatedEvent(
MemberTerminatedEvent memberTerminatedEvent) {
...
} else if
(clusterMonitorPartitionContext.removeActiveMemberById(memberId)) {
log.warn(String.format("Member is in the wrong list and it is
removed from "
+ "active members list: %s", memberId));
}
...
}
Thanks
--
Imesh Gunaratne
Technical Lead, WSO2
Committer & PMC Member, Apache Stratos