It should be INFO/DEBUG log. And log message should be changed something like "Member is terminated. Hence removing from active member list".
Thanks. On Tue, Dec 9, 2014 at 6:14 PM, Imesh Gunaratne <[email protected]> wrote: > 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 > -- Rajkumar Rajaratnam Committer & PMC Member, Apache Stratos Software Engineer, WSO2
