Nitin
8908411e41
for initializationFailFast, fail asap, not wait till connectionTimeout
9 years ago
Nitin
5a2d40879e
keep lastConnectionFailure till getAndSet
9 years ago
Nitin
4b2e1d9ea5
removed explicit use of iterator
9 years ago
Nitin
54cd9d9685
sleep intelligence :)
9 years ago
Nitin
ccfb1dbe8b
warn and reset too
9 years ago
Nitin
c731ff88b5
log property value as is. 'null' too
9 years ago
Nitin
a9f7e65b0a
sleep min 250 ms - max 7 sec
9 years ago
Nitin
bc450c6c25
warn for timeouts in config
9 years ago
Nitin
a265641ea7
warn for wrong timeouts in config:
...
http://stackoverflow.com/questions/33887002
9 years ago
Nitin
6eb0d93985
sleep for 200ms for minimum 1s, 6s for default 30s connectionTimeout.
9 years ago
Nitin
8eaaa7fdcd
sleep reasonably, fix possible negative lifetime
9 years ago
Nitin
cfd5e4d054
removed log
9 years ago
Nitin
541322a579
added warning too
9 years ago
Nitin
74c6f6e2b5
fix test
9 years ago
Nitin
7cbdb602a2
check and throw exceptions as before
9 years ago
Nitin
2980c99bd6
fix tests
9 years ago
Nitin
6d7a8246bb
clear/simplified validation in sync with initializeDataSource() and
...
DriverDataSource()
9 years ago
Nitin
7027f23ead
clear/simplified validation in sync with initializeDataSource() and
...
DriverDataSource()
9 years ago
Brett Wooldridge
2efeb7963d
Merge pull request #499 from nitincchauhan/dev
...
better method name
9 years ago
Nitin
fdce10f7db
better method name
9 years ago
Brett Wooldridge
a491250ba1
Merge pull request #496 from nitincchauhan/dev
...
do not add cons if pool is not normal, avoid exceptions in shutdown
9 years ago
Nitin
1ab30a85a4
debug ShutdownTest
9 years ago
Nitin
9ae1a01aa5
set empty property as null in config
9 years ago
Nitin
4cef6b8585
check empty after trim
9 years ago
Nitin
2320bef366
treat empty property as null
9 years ago
Nitin
1056a339a2
switched order of abort and eviction in loop
9 years ago
Nitin
4847a653f2
do not add cons if pool is not normal, avoid exceptions in shutdown
9 years ago
Brett Wooldridge
e96612281b
Merge pull request #492 from nitincchauhan/dev
...
better loop and var name
9 years ago
Nitin
ce1545bb39
format
9 years ago
Nitin
53ce83380f
better loop and var name
9 years ago
Nitin
2fc728db17
exit loop after reaching max iteration.
...
avoids creating queue of sleeping callables in case of network outage
finetuning
fine tune
better name and fix
avoid creating queue of sleeping callables in case of db or network
outage
restrict add requests to maximum pool size
separated totalConnections and poolSize
checking poolSize inside loop
decrement not required
restrict add requests to maximum pool size
changed order of increment (as it was in createPoolEntry)
9 years ago
Brett Wooldridge
447a1408b2
Merge branch 'master' of https://github.com/brettwooldridge/HikariCP into dev
9 years ago
Brett Wooldridge
e00e6ca5ad
[maven-release-plugin] prepare for next development iteration
9 years ago
Brett Wooldridge
c6f06b2caa
[maven-release-plugin] prepare release HikariCP-2.4.2
9 years ago
Brett Wooldridge
a8bbedfbb3
Prepare for 2.4.2 release
9 years ago
Brett Wooldridge
8ba45e3ffb
Prepare for 2.4.2 release.
9 years ago
Brett Wooldridge
a9965fefd4
update changes log
9 years ago
Brett Wooldridge
993b706b00
Bump version for RC3.
9 years ago
Brett Wooldridge
317a0c1534
Merge branch 'dev' of github.com-brettwooldridge:brettwooldridge/HikariCP
9 years ago
Brett Wooldridge
b801757ae6
Merge pull request #484 from nitincchauhan/dev
...
if minimumIdle > maxPoolSize, no need to set maxPoolSize too
9 years ago
Nitin
7151cbebf1
elseif
9 years ago
Brett Wooldridge
be790b92e5
Merge pull request #480 from mmuruganandam/master
...
Adding random 10 second for every hour in the maxlifetime. This woul…
9 years ago
Muruganantham Mani
6ee7562b0b
2.5% random variance of the maxlifetime or 10seconds whichever is greater with random interval change
9 years ago
Nitin
51a43780bd
if idleTimeout > maxLifetime, no need to set maxLifetime too
9 years ago
Nitin
bc619c3032
Issue#483
9 years ago
Nitin
bcd5c230e2
if minimumIdle > maxPoolSize, no need to set maxPoolSize too
9 years ago
Muruganantham Mani
912c9870d8
2.5% random variance of the maxlifetime or 10seconds whichever is greater
9 years ago
Brett Wooldridge
b52a1e3092
Update README.md
9 years ago
Muruganantham K Mani
a2271969d6
Division by 20 is equal to 5% of the maxLifetime
9 years ago
Muruganantham Mani
0b99b0655c
Adding random 10 second for every hour in the maxlifetime. This would help manage the closing of connection in a span of seconds instead of all at once. issue #256
9 years ago