]
RH Bugzilla Integration updated MODCLUSTER-376:
-----------------------------------------------
Bugzilla Update: Perform
Bugzilla References:
multiple workers with the same id following a tomcat crash/kill
---------------------------------------------------------------
Key: MODCLUSTER-376
URL:
https://issues.jboss.org/browse/MODCLUSTER-376
Project: mod_cluster
Issue Type: Bug
Affects Versions: 1.0.10
Environment: -JBoss Enterprise Web Server 1.0.2
-mod_cluster 1.0.10.GA_CP04
-Red Hat Enterprise Linux 5
Reporter: Aaron Ogburn
Assignee: Jean-Frederic Clere
Attachments: 131122.patch
Following a kill or crash of tomcat, multiple workers are seen for a single id when a new
tomcat node reconnects and reuses the id from the previously crashed worker.
The STATUS's ping check sees the old crashed worker first for the id and so pings the
wrong destination. Thus the ping fails, and load factor is not applied. The persistent
-1 load state leads to 503s.