[jboss-user] [Clustering/JBoss] - Re: Network Loss in a 1 to n Node Cluster

2006-09-01 Thread jbirkenmaier
OK, once I changed the proper tree cache deployment file, it works. Thanks for your help!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968961#3968961 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968961 ___

[jboss-user] [Clustering/JBoss] - Re: Network Loss in a 1 to n Node Cluster

2006-09-01 Thread [EMAIL PROTECTED]
The cluster-service.xml file does not affect your tree cache in any way. Completely unrelated. But, changing that one as well was good :-) The tree cache you're using for the shared data must have a config file as well. (Unless you're configuring everything programatically, in which case I'd sa

[jboss-user] [Clustering/JBoss] - Re: Network Loss in a 1 to n Node Cluster

2006-09-01 Thread jbirkenmaier
I read the Wiki page and changed the cluster-service.xml file. After 2 hours, the tree cache was notified about the loss of a cluster node and it in turn notified my application. However, 2 hours is much too long. I need to know a lot sooner. Is there a way to change the timeout value from 2 hou

[jboss-user] [Clustering/JBoss] - Re: Network Loss in a 1 to n Node Cluster

2006-08-31 Thread [EMAIL PROTECTED]
OK, your problem is the JGroups channel that your cache instance is using isn't detecting the unplugging of the cable. I bet if you wait about a minute, it will. The logging you posted is actually for a completely different channel. Technically its a different cluster, even though from a surf

[jboss-user] [Clustering/JBoss] - Re: Network Loss in a 1 to n Node Cluster

2006-08-31 Thread jbirkenmaier
Thanks for the quick reply. Regarding the first problem. I see the view change on node 1 when I Ctrl-C JBoss on node 2. However, I don't see the view change when I unplug the network cable. Here is what's logged when I unplug the cable: 10:41:27,090 INFO [dragoneyes] (UpHandler (STATE_TRANSFE

[jboss-user] [Clustering/JBoss] - Re: Network Loss in a 1 to n Node Cluster

2006-08-31 Thread [EMAIL PROTECTED]
First problem: TreeCacheListener.viewChange(View new_view) passes you a JGroups View object whenever there is a cluster topology change. Second problem: No, we have nothing like that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968724#3968724 Reply to the