Thanks Raj for the clarification, will fix this.

On Tue, Dec 9, 2014 at 6:28 PM, Rajkumar Rajaratnam <rajkum...@wso2.com>
wrote:

> Hi Imesh,
>
> I guess, it is better have it as an INFO level log.
>
> Thanks.
>
> On Tue, Dec 9, 2014 at 6:20 PM, Rajkumar Rajaratnam <rajkum...@wso2.com>
> wrote:
>
>> 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 <im...@apache.org> 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
>>
>
>
>
> --
> Rajkumar Rajaratnam
> Committer & PMC Member, Apache Stratos
> Software Engineer, WSO2
>



-- 
Imesh Gunaratne

Technical Lead, WSO2
Committer & PMC Member, Apache Stratos

Reply via email to