[Bug 64528] Regression in 8.5.56, no statistics in GlobalRequestProcessor MBean anymore

2020-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64528 --- Comment #5 from Mark Thomas --- Correct HTTP/2 traffic isn't included in the the GlobalRequestProcessor metrics either. I'll add a note to Bug 63362. -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 64528] Regression in 8.5.56, no statistics in GlobalRequestProcessor MBean anymore

2020-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64528 --- Comment #4 from Markus Schlegel --- Given that it is related to the http/2 protocol upgrade, I think it indeed is related to Bug 63362. Nevertheless, since Tomcat Performance optimisation literature all over the net refers to GlobalRequestP

[Bug 64528] Regression in 8.5.56, no statistics in GlobalRequestProcessor MBean anymore

2020-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64528 --- Comment #3 from Markus Schlegel --- If I disable the http/2 upgrade, it works again: boolean ENABLE_HTTP2 = false; if (ENABLE_HTTP2) { Http2Protocol http2Protocol = new Http2Protocol(); sslConnector.addUpgradeProtoc

[Bug 64528] Regression in 8.5.56, no statistics in GlobalRequestProcessor MBean anymore

2020-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64528 Mark Thomas changed: What|Removed |Added Resolution|--- |WORKSFORME Status|NEW

[Bug 64528] Regression in 8.5.56, no statistics in GlobalRequestProcessor MBean anymore

2020-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64528 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas ---