I'm running JBoss3.2.3 on Redhat 9. My config contains 3 clustered nodes on the same machine. At startup the nodes appear in the ClusterPartition MBean's View attribute containing each node's ID where the ID's are the URLs of the JNDI providers of the nodes - each node has a JNDI provier. This is what I expect to see, e.g. View = [192.168.1.100:1099, 192.168.1.100:1199, 192.168.1.100:1299]
Intermittently the node ID of one or more of the nodes appear in the View of another node with a URL which is not the JNDI provider of the node. This happens despite the fact that all JNDI providers continue to run. There's nothing obvious in the logs other than the server reporting a membership change notification (although no servers have been stopped/started). So the view on one node will appear to be sometheing like [192.168.1.100:1099, 192.168.1.100:1199, 192.168.1.100:33354], where the 1299 node has been replaced. However, the ClusterPartition MBean of the 1299 node still shows its NodeName attribute as 192.168.1.100:1299 and it's View is [192.168.1.100:1099, 192.168.1.100:1199, 192.168.1.100:1299] Once in this state it requires a restart of one or more of the nodes to rectify the situation. Has anyone seen this problem and/or can suggest a solution? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841173#3841173 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841173 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
