HIkariCP: connection leaks and usage time -


i wondering whether connection leaks , usage time correlating.

a connection leak identified if connection out of pool amount of time on configured leakdetectionthreshold. amount of time same connection usage time?

i asking because seeing connection leaks leakdetectionthreshold of 30s whereas cannot find connections corresponding connection usage time.

thanks, michail

connection usage time, reported dropwizard metrics, recorded using histogram exponentially decaying reservior. quoting doc:

a histogram exponentially decaying reservoir produces quantiles representative of (roughly) last 5 minutes of data. using forward-decaying priority reservoir exponential weighting towards newer data.

as such, think difficult correlate individual connection leaks particular quartile in histogram.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -