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
Brett Wooldridge
8230dcb9d5
Update dependencies.
9 years ago
Brett Wooldridge
b1f8d12b8a
Update README.md
9 years ago
Brett Wooldridge
26625ed292
Update README.md
9 years ago
Brett Wooldridge
5e6ede280a
Update README.md
9 years ago
Brett Wooldridge
073cab8851
Update rev for RC2
9 years ago
Brett Wooldridge
ef91504692
Update README.md
9 years ago
Brett Wooldridge
6320faf414
Fix test logging output.
9 years ago
Brett Wooldridge
725c218c9a
Merge branch 'dev'
9 years ago
Brett Wooldridge
37b96f1ed9
Fixes #465 fix apparent leak of one connection leak at startup when minimumIdle=0 ... the connection is not leaked, but the ProxyLeakTask was not cancelled.
9 years ago
Brett Wooldridge
755f2da615
Merge pull request #463 from nitincchauhan/dev
...
cleanup
9 years ago
Nitin
01d30f36ed
unit test fails for static
9 years ago
Nitin
e4510974a8
cleanup
9 years ago
Brett Wooldridge
d8db5d8d0b
Removed, this issue only affect the 2.3.x branch.
9 years ago
Brett Wooldridge
3a23e0c2af
Merge pull request #461 from nitincchauhan/dev
...
version update (someone else's pull request on same was old and lost)
9 years ago
Nitin
76b2cec207
version update (someone else's pull request on same was old and lost)
9 years ago
Brett Wooldridge
b3d1694891
Merge pull request #460 from nitincchauhan/dev
...
commit initSql if isIsolateInternalQueries is also true
9 years ago