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

clustermembers don't detect shutdown of other members

2014-03-24 Thread D.R.
Hi, we are using tomcat 6.0.39 on linux machines. I've implemented a clustering via tribes for exchanging messages with static membership. We are not using mutlicast as it does not work with linux vserver. We are not using session replication. We just want to exchange some commands. Everything wor