I was wondering whether connection leaks and usage time are correlating.
A connection leak is identified if a connection is out of the pool for an amount of time over the configured leakDetectionThreshold. Is this amount of time the same as the connection usage time?
I am asking because I am seeing some connection leaks with a leakDetectionThreshold of 30s whereas I cannot find any connections with a corresponding connection usage time.
Thanks, Michail