https://issues.apache.org/bugzilla/show_bug.cgi?id=46104
Summary: displayed worker state is wrong Product: Tomcat Connectors Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Common AssignedTo: dev@tomcat.apache.org ReportedBy: [EMAIL PROTECTED] Created an attachment (id=22782) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22782) patch for jk_lb_worker.c When one worker becomes an error state, Status worker displays that worker as the 'ERR/FRC'. Index: mod_jk-head/native/common/jk_lb_worker.c =================================================================== --- mod_jk-head/native/common/jk_lb_worker.c (revision 708408 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=708408 )) +++ mod_jk-head/native/common/jk_lb_worker.c (working copy) @@ -73,9 +73,9 @@ JK_LB_STATE_TEXT_IDLE, JK_LB_STATE_TEXT_OK, JK_LB_STATE_TEXT_RECOVER, + JK_LB_STATE_TEXT_FORCE, JK_LB_STATE_TEXT_BUSY, JK_LB_STATE_TEXT_ERROR, - JK_LB_STATE_TEXT_FORCE, JK_LB_STATE_TEXT_PROBE, "unknown", NULL regards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]