You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2020/06/24 20:23:20 UTC

[Bug 63493] enhancement - add JMX counters to monitor authentication and authorization

https://bz.apache.org/bugzilla/show_bug.cgi?id=63493

--- Comment #3 from Christopher Schultz <ch...@christopherschultz.net> ---
The patch isn't high-load-safe because the counters are vanilla ints and you
use ++ for increment.

I think you'd at least need to use AtomicInt. You might want to consider
AtomicLong... those counters might get pretty high.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org