Author: rjung Date: Tue Jul 21 18:18:56 2009 New Revision: 796426 URL: http://svn.apache.org/viewvc?rev=796426&view=rev Log: Remove duplicate "errors" line in status worker property view of AJP13 workers that are part of a load balancer.
Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_status.c?rev=796426&r1=796425&r2=796426&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/native/common/jk_status.c (original) +++ tomcat/connectors/trunk/jk/native/common/jk_status.c Tue Jul 21 18:18:56 2009 @@ -2010,9 +2010,10 @@ jk_print_prop_att_uint64(s, w, ajp_name, "elected", aw->s->used); jk_print_prop_att_uint32(s, w, ajp_name, "errors", wr->s->errors); } - else + else { jk_print_prop_att_uint64(s, w, ajp_name, "used", aw->s->used); jk_print_prop_att_uint32(s, w, ajp_name, "errors", aw->s->errors); + } jk_print_prop_att_uint32(s, w, ajp_name, "client_errors", aw->s->client_errors); jk_print_prop_att_uint32(s, w, ajp_name, "reply_timeouts", aw->s->reply_timeouts); jk_print_prop_att_uint64(s, w, ajp_name, "transferred", aw->s->transferred); Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml?rev=796426&r1=796425&r2=796426&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Tue Jul 21 18:18:56 2009 @@ -43,6 +43,10 @@ <br /> <subsection name="Native"> <changelog> + <fix> + Status: Remove duplicate "errors" line in property view of + AJP13 workers that are part of a load balancer. (rjung) + </fix> <update> Docs: Update information about tools needed to create a release. (rjung) </update> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org