0 Replies Latest reply on Nov 27, 2003 1:26 AM by melaraj

    Problem with load balancing

      I have a setup of 3 jboss servers running on three different machines. Machine 1 runs stateless session beans. The bean calls another stateless session bean clustered accross servers 2 and 3. This was running for many months on Jboss 3.0.1 without any issues around 50% of the load went to each servers 2 and 3. After updating to jboss 3.0.8, the very same release of my code does not work correctly. The first few calls go to both servers and later all of the calls will go to the server that joined the cluster later.

      Here is the cluster partion bein used

      <!-- ==================================================================== -->
      <!-- Cluster Partition: defines cluster -->
      <!-- ==================================================================== -->

      <!--@@classpath codebase="lib" archives="jbossha.jar"/>

      @partitionname@
      </mbean@@-->


      I apreciate any help.

      Thanks,
      Manuel