Nitin
|
3610590d64
|
poolName was missing in few logs
|
9 years ago |
Nitin
|
ba09a68fe1
|
better thread names and log in validateNumerics() with poolName
|
9 years ago |
Nitin
|
f46fc1e9e5
|
setting allowCoreThreadTimeOut first
|
9 years ago |
Nitin
|
8bece2de76
|
consistent name for threads
|
9 years ago |
Nitin
|
c2523133d4
|
over-riding method instead of passing true as default from other places
|
9 years ago |
Nitin
|
2bc3d98901
|
unique 'closing' reason for each situation
|
9 years ago |
Nitin
|
76d490d2de
|
removed explicit call to fillInStackTrace()
|
9 years ago |
Nitin
|
ce03fc68c9
|
removed word 'pool' from thread name
|
9 years ago |
Nitin
|
e156b0d719
|
removed misleading 'extra' comma
|
9 years ago |
Nitin
|
9936e95afe
|
moved log 'closed' at the very end
|
9 years ago |
Nitin
|
f23f358ad4
|
avoid 'more' exceptions after connection is detected throwing
un-recoverable exception
|
9 years ago |
Brett Wooldridge
|
6eac710240
|
Merge pull request #566 from wvuong/connection_timeout_metrics
Add metric for recording count and rate of connection timeouts
|
9 years ago |
Will Vuong
|
85a298ccc6
|
Add metric for recording count and rate of connection timeouts
|
9 years ago |
Brett Wooldridge
|
65e23b102a
|
Merge pull request #550 from ash2k/improvements2
Improvements2
|
9 years ago |
Brett Wooldridge
|
4a5ffcdd05
|
Merge pull request #556 from Shredder121/timing-windows
Skip the `testMetricUsage` test on Windows
|
9 years ago |
Brett Wooldridge
|
68a52f1431
|
Merge branch 'dev' of https://github.com/nitincchauhan/HikariCP into dev
|
9 years ago |
Brett Wooldridge
|
6f49960d13
|
Spelling and naming.
|
9 years ago |
Brett Wooldridge
|
852bbff2ad
|
Minor logging changes.
|
9 years ago |
Brett Wooldridge
|
91ad77b142
|
Don't assume 'now' is in milliseconds ... it's probably nanoseconds on most platforms.
|
9 years ago |
Brett Wooldridge
|
7dfdf597e2
|
Because housekeeper runs immediately now, 'previous' timestamp must be initialised as if it has run before, otherwise retrograde detection triggers.
|
9 years ago |
Brett Wooldridge
|
e2f1974dc9
|
Add null check.
|
9 years ago |
Brett Wooldridge
|
69dbe20cff
|
Issue #559 Adjust illegal clock motion detection, use scheduleWithFixedDelay() for housekeeper, and enlarge closeConnectionExecutor queue.
|
9 years ago |
Brett Wooldridge
|
8cb3d4aedc
|
Merge pull request #564 from EddieCurtis/patch-1
Fixed typo in README.md
|
9 years ago |
Eddie Curtis
|
f21347b5d3
|
Fixed typo in README.md
|
9 years ago |
Nitin
|
b78fde9121
|
full stop :)
|
9 years ago |
Nitin
|
96c91d549a
|
disable leakDetectionThreshold if not valid.
|
9 years ago |
Nitin
|
0e3f0eb0f6
|
leakDetectionThreshold should be less than maxLifetime
|
9 years ago |
Brett Wooldridge
|
d4d6d759de
|
Issue #547 Decreased allowable minimum connectionTimeout and validationTimeout to 250ms.
|
9 years ago |
Brett Wooldridge
|
bd7e3ba6db
|
Issue #563 Do not start the house-keeping thread until after pool initialisation has completed.
|
9 years ago |
Nitin
|
2b0e3f7553
|
changed log level: warn instead of debug, during driver support check
(logs only once)
|
9 years ago |
Brett Wooldridge
|
f7c8118a86
|
Issue #559 cap the number of connections added by fillPool() if there are already pending tasks to do so.
|
9 years ago |
Brett Wooldridge
|
91dbe31ff2
|
Fixes #559 improve logging of time shifts, allow retrograde time adjustments
|
9 years ago |
Nitin
|
4f865cabb5
|
do not set maxLifetime when disabling idle timeout
|
9 years ago |
Nitin
|
f40a13b5be
|
added synchronized to getObjectInstance()
|
9 years ago |
Nitin
|
a40e4856c9
|
renamed method to checkDriverSupport() and query driver default
transaction isolation once
|
9 years ago |
Brett Wooldridge
|
e9eec65ba2
|
Update CHANGES
|
9 years ago |
Ruben Dijkstra
|
8adf36bc3d
|
Skip the `testMetricUsage` test on Windows
My 75th percentile is indeed 250ms, but _sometimes_ returns 249ms
|
9 years ago |
Brett Wooldridge
|
c0bd8bfeac
|
Fixes #555 check for default method is not longer needed because proxy generation is performed at build-time not run-time now.
|
9 years ago |
Nitin
|
99cacb33b2
|
changes as suggested. reverted resetBits and method.getParameterCount()
|
9 years ago |
Brett Wooldridge
|
73491abb31
|
Fixes #555 check for default method is not longer needed because proxy generation is performed at build-time not run-time now.
|
9 years ago |
Nitin
|
573660dfe1
|
future safe from statement reorder
|
9 years ago |
Nitin
|
64dd93fe8f
|
minor
|
9 years ago |
Nitin
|
85e41abf10
|
context.close is correct. 542 may have other reason/s!
|
9 years ago |
Nitin
|
b525e0f7ef
|
set maxPoolSize = minIdle only if undefined, consistent error messages
|
9 years ago |
Nitin
|
ad754d085b
|
made transactionIsolation final
|
9 years ago |
Nitin
|
fde88d0659
|
if user specified, set transaction isolation level
|
9 years ago |
Nitin
|
ce50c2cfd6
|
removed resetBits. setting transaction isolation level like readonly &
autocommit.
|
9 years ago |
Nitin
|
c8cd7ab1bb
|
swap test condition
|
9 years ago |
Nitin
|
9a63ebf876
|
replaced getParameterTypes().length with getParameterCount()
|
9 years ago |
Mikhail Mazurskiy
|
743dc09d9a
|
Slightly improve generics
|
9 years ago |