You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2005/10/26 08:32:15 UTC

DO NOT REPLY [Bug 37248] New: - OutOfMemoryError does not trigger load balancer failover

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37248>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37248

           Summary: OutOfMemoryError does not trigger load balancer failover
           Product: Tomcat 5
           Version: Unknown
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Native:JK
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: puckman@taglab.com


In a load balanced scenario we have the following configuration where the first worker has a redirect to 
the second, and the second is in state disabled:

worker.unit085-lb.type=lb
worker.unit085-lb.balance_workers=unit085-rego,unit085-riley

worker.unit085-rego.host=192.168.110.107
worker.unit085-rego.port=20985
worker.unit085-rego.type=ajp13
worker.unit085-rego.redirect=unit085-riley
worker.unit085-rego.socket_timeout=60

worker.unit085-riley.host=192.168.110.108
worker.unit085-riley.port=20985
worker.unit085-riley.type=ajp13
worker.unit085-riley.disabled=true
worker.unit085-riley.socket_timeout=60


When the first server for the first worker has an OutOfMemoryError, no error is flagged in mod_jk and 
the redirect does not happen.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org