[JBoss-dev] [Clusters on JBoss (Clusters/JBoss)] - Re: Clustering related Question: Case 1843

2004-08-25 Thread lepe
Hi! Are you sure that this is not happening in 3.2.3/2.2.0!? Look at this thread http://www.jboss.org/index.html?module=bbop=viewtopict=53408 It might not be related but... Sacha - yes I know I should test a newer version but that is not possible right now since our customer can not reproduce

[JBoss-dev] [Clusters on JBoss (Clusters/JBoss)] - Re: Clustering related Question: Case 1843

2004-08-25 Thread ovidiuf
Yes, I tested it myself and at least the HASingleton was working correctly - falling back immediately to other instance. As far as the 60 secs timeout is concerned, that seems to be a JGroups synchronous call timeout. As I mentioned in the write-up below, I was able to replicate it outside

[JBoss-dev] [Clusters on JBoss (Clusters/JBoss)] - Re: Clustering related Question: Case 1843

2004-08-25 Thread ovidiuf
I checked in a temporary solution for Case 1843 on 3.2.6RC2: HASingletonSupport.makeThisNodeMaster() uses an asynchronous distributed call instead of a synchronous one. Will revert to synchronous as soon as the JGroups nested distributed call issue is clarified. The JGroups issue can be