Re: clustermembers don't detect shutdown of other members

2014-03-26 Thread D.R.
Hi Keiichi Fujino, thank you very much for pointing me to the TcpPingInterceptor. Now the members on the other machines get informed of the shutdown: tcpPingInterceptor.setNext(tcpFailureDetector); tcpFailureDetector.setPrevious(tcpPingInterceptor); tcpFailureDetector.setNe

Re: clustermembers don't detect shutdown of other members

2014-03-26 Thread Keiichi Fujino
The above code because it is used by the custom class of your own, I am not able to reproduce this, but at least, as far as I see this code, TcpPingInterceptor do not seem to use. If using both TcpFailureDetector and StaticMembershipInterceptor, TcpFailureDetector manages the membership of the sta