[Bug 63300] mod_status lists BusyWorkers IdleWorkers keys twice

2024-04-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63300 Christophe JAILLET changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 63300] mod_status lists BusyWorkers IdleWorkers keys twice

2023-08-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63300 --- Comment #12 from Rainer Jung --- Committed to 2.4.x in r1911892. Will be part of 2.4.58. -- You are receiving this mail because: You are the assignee for the bug. - To

[Bug 63300] mod_status lists BusyWorkers IdleWorkers keys twice

2023-08-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63300 --- Comment #11 from Rainer Jung --- Proposed for backport to 2.4.x. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

[Bug 63300] mod_status lists BusyWorkers IdleWorkers keys twice

2023-07-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63300 --- Comment #10 from Yann Ylavic --- The typo was fixed in r1909606 already, thanks for reviewing/noticing! -- You are receiving this mail because: You are the assignee for the bug.

[Bug 63300] mod_status lists BusyWorkers IdleWorkers keys twice

2023-07-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63300 --- Comment #9 from Tomas Korbar --- Hi Rainer, I think there is a typo. +if (res == SERVER_GRACEFUL) +graceful++; +if (is_async) { +

[Bug 63300] mod_status lists BusyWorkers IdleWorkers keys twice

2023-04-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63300 --- Comment #8 from Rainer Jung --- See also: https://svn.apache.org/viewvc?view=revision=r1909429 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 63300] mod_status lists BusyWorkers IdleWorkers keys twice

2023-04-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63300 --- Comment #7 from Rainer Jung --- I just added a fix for trunk in 1909429 and plan to suggest it for backport. The changelog item would be: mod_status: Remove duplicate keys "BusyWorkers" and "IdleWorkers". Resolve inconsistency between

[Bug 63300] mod_status lists BusyWorkers IdleWorkers keys twice

2023-04-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63300 --- Comment #6 from Tomas Korbar --- Hi guys, Any plan to fix this? -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

[Bug 63300] mod_status lists BusyWorkers IdleWorkers keys twice

2023-01-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63300 Tomas Korbar changed: What|Removed |Added CC||tkor...@redhat.com --- Comment #5 from

[Bug 63300] mod_status lists BusyWorkers IdleWorkers keys twice

2022-05-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63300 --- Comment #4 from Stefan Neufeind --- Either way. But having a solution would be great. -- You are receiving this mail because: You are the assignee for the bug. - To

[Bug 63300] mod_status lists BusyWorkers IdleWorkers keys twice

2021-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63300 --- Comment #3 from Rainer Jung --- I would prefer to rename to fields for the async values, because they are calculated in an independent way. Deltas may point to problems. For instance: BusyWorkers => BusyAsyncWorkers IdleWorkers =>

[Bug 63300] mod_status lists BusyWorkers IdleWorkers keys twice

2021-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63300 --- Comment #2 from Stefan Neufeind --- Would be great to avoid duplicate values here. In the meantime others like collectd have implemented workarounds. But imho duplicate values should be prevented at the source.

[Bug 63300] mod_status lists BusyWorkers IdleWorkers keys twice

2019-03-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63300 --- Comment #1 from Christian Zuckschwerdt --- Suggested fix would be to make https://github.com/apache/httpd/blob/2.4.39/modules/generators/mod_status.c#L554 ap_rprintf(r, "BusyWorkers: %d\nIdleWorkers: %d\n", busy, ready); conditional on