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

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -