I am running JBoss 3.2.4 in the all configuration in a cluster of two nodes using auto discovery. The services binds to a specific IP (started up using -b). Eveything works fine for the first few minutes, then suddently some HA-JNDI lookups on IP:1100 starts to take 60 seconds, some even 1088 seconds to complete.
Eventually the correct value is retrieved from the HA-JNDI tree, but it takes random times. Some calls return immediately, some takes very long. The two servers are on a 1Gb network link. The code regularly binds/unbinds/reads/removes data from the tree - I am using it for locking of entities cluster wide. Why would this happen? I know the call to initialContect.xxx() such as initialContext.unbind() takes very long. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868464#3868464 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868464 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
