Thanks for the pointer Bela :) I am running this test with Andreas. Our test cases always simulated hardware failure and produced subgroups, thats why we never got any shunning. We have changed the test case and can now see that a node is being shunned.
We have some problem with the ChannelListener though. We get the intial channelConnected() notification but no channelShunned() or channelClosed(). | 62293 [UpHandler (FD)] DEBUG org.jgroups.protocols.FD - [NOT_MEMBER] I'm being shunned; exiting | 62293 [UpHandler (STATE_TRANSFER)] DEBUG org.jgroups.blocks.PullPushAdapter - channel is shunned | 62293 [UpHandler (STATE_TRANSFER)] INFO org.jgroups.JChannel - received an EXIT event, will leave the channel | 62293 [CloserThread] INFO org.jgroups.JChannel - closing the channel | 62293 [DownHandler (UDP)] DEBUG org.jgroups.protocols.UDP - closing sockets and stopping threads | 62293 [UDP mcast receiver] DEBUG org.jgroups.protocols.UDP - multicast socket is closed, exception=java.net.SocketException: socket closed | 62293 [UDP mcast receiver] DEBUG org.jgroups.protocols.UDP - multicast thread terminated | 62293 [DownHandler (UDP)] DEBUG org.jgroups.protocols.UDP - multicast receive socket closed | 62293 [DownHandler (UDP)] DEBUG org.jgroups.protocols.UDP - multicast send socket closed | 62293 [UDP.UcastReceiverThread] DEBUG org.jgroups.protocols.UDP - unicast receiver socket is closed, exception=java.net.SocketException: socket closed | 62293 [DownHandler (UDP)] DEBUG org.jgroups.protocols.UDP - socket closed | 62293 [UDP.UcastReceiverThread] DEBUG org.jgroups.protocols.UDP - unicast receiver thread terminated | 62293 [PullPushAdapterThread] WARN org.jgroups.blocks.PullPushAdapter - [<null>] channel closed, exception is ChannelClosedException | Any ideas? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3892097#3892097 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3892097 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
