Bug 58895 - wrong log message "attempt=0"
Summary: wrong log message "attempt=0"
Status: RESOLVED FIXED
Alias: None
Product: Tomcat Connectors
Classification: Unclassified
Component: mod_jk (show other bugs)
Version: 1.2.41
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-20 02:21 UTC by Hiroto Shimizu
Modified: 2016-09-14 10:42 UTC (History)
0 users



Attachments
patch against trunk (951 bytes, patch)
2016-01-20 02:25 UTC, Hiroto Shimizu
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hiroto Shimizu 2016-01-20 02:21:54 UTC
For the following log message, it is output "attempt=0" at first-time processing.
it should be output "attempt=1".

---mod_jk.log
[Thu Jan 14 15:36:41.253 2016] [24373:139635174872832] [info] service::jk_lb_worker.c (1664): All tomcat instances failed, no more workers left (attempt=0, retry=1)
---
Comment 1 Hiroto Shimizu 2016-01-20 02:25:06 UTC
Created attachment 33470 [details]
patch against trunk
Comment 2 Mark Thomas 2016-09-14 10:42:43 UTC
Thanks for the patch. It has been applied to trunk for 1.2.42 onwards.