0 Replies Latest reply on Sep 17, 2003 2:43 PM by rob_dickinson42

    FirstAvailableIdenticalAllProxies policy misses on initial l

    rob_dickinson42

      I've already posted a message about an issue I found with the Round Robin load-balancing policy.

      http://www.jboss.org/modules/bb/index.html?module=bb&op=viewtopic&t= modified the prototype posted to use the FirstAvailableIdenticalAllProxies policy instead of RoundRobin. This generally seems to work. While stable and running, all requests are routed to one server.

      However, every once in a while when a client starts up it hits the wrong server for the first 10 requests. (The test client in this case uses an InitialContext ten times and then reconnects.) After this, all requests go to the correct server.

      Any thoughts? I'm wondering if this might be a general clustering problem, not one having to do with either of these load balancing policies. As with my other thread, this is observed on JBoss 3.2.2 RC3.