Commit Graph

2159 Commits (3610590d649bde2356c81b8a5f65095e3cd9b210)
 

Author SHA1 Message Date
Brett Wooldridge b801757ae6 Merge pull request from nitincchauhan/dev
if minimumIdle > maxPoolSize, no need to set maxPoolSize too
Nitin 7151cbebf1 elseif
Brett Wooldridge be790b92e5 Merge pull request from mmuruganandam/master
Adding random 10 second for every hour in the maxlifetime.  This woul…
Muruganantham Mani 6ee7562b0b 2.5% random variance of the maxlifetime or 10seconds whichever is greater with random interval change
Nitin 51a43780bd if idleTimeout > maxLifetime, no need to set maxLifetime too
Nitin bc619c3032 Issue#483
Nitin bcd5c230e2 if minimumIdle > maxPoolSize, no need to set maxPoolSize too
Muruganantham Mani 912c9870d8 2.5% random variance of the maxlifetime or 10seconds whichever is greater
Brett Wooldridge b52a1e3092 Update README.md
Muruganantham K Mani a2271969d6 Division by 20 is equal to 5% of the maxLifetime
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
Brett Wooldridge 8230dcb9d5 Update dependencies.
Brett Wooldridge b1f8d12b8a Update README.md
Brett Wooldridge 26625ed292 Update README.md
Brett Wooldridge 5e6ede280a Update README.md
Brett Wooldridge 073cab8851 Update rev for RC2
Brett Wooldridge ef91504692 Update README.md
Brett Wooldridge 6320faf414 Fix test logging output.
Brett Wooldridge 725c218c9a Merge branch 'dev'
Brett Wooldridge 37b96f1ed9 Fixes fix apparent leak of one connection leak at startup when minimumIdle=0 ... the connection is not leaked, but the ProxyLeakTask was not cancelled.
Brett Wooldridge 755f2da615 Merge pull request from nitincchauhan/dev
cleanup
Nitin 01d30f36ed unit test fails for static
Nitin e4510974a8 cleanup
Brett Wooldridge d8db5d8d0b Removed, this issue only affect the 2.3.x branch.
Brett Wooldridge 3a23e0c2af Merge pull request from nitincchauhan/dev
version update (someone else's pull request on same was old and lost)
Nitin 76b2cec207 version update (someone else's pull request on same was old and lost)
Brett Wooldridge b3d1694891 Merge pull request from nitincchauhan/dev
commit initSql if isIsolateInternalQueries is also true
Nitin 792374ecba commit initSql if isIsolateInternalQueries is also true
Brett Wooldridge d1f26a9346 Merge pull request from nitincchauhan/dev
removed check (claimed != null) from hotpath
Nitin 81a784fb68 static import
Nitin 5ac346be79 removed check (claimed != null) from hotpath
Brett Wooldridge aa06e6d26d Disabling still broken test. Maybe a rewrite is called for.
Brett Wooldridge 5b0336255d Disabling still broken test. Maybe a rewrite is called for.
Brett Wooldridge 4d54c8f1d5 Update change log. Try re-enabling TestConnectionCloseBlocking test.
Brett Wooldridge cfe7a9c689 Update dependencies.
Brett Wooldridge f9d4f0dc3c Merge pull request from nitincchauhan/dev
calling closedconnection.close() should not throw exception.
Nitin 0291741501 indentation
Nitin 12dbecd859 close should throw exception
Brett Wooldridge d61b9c524d Disable until it can be reproduced locally.
Brett Wooldridge e511d930fc Very strange that I cannot get this test to fail locally ... likely a speed difference with travis-ci.
Brett Wooldridge fa2c4aff3c Don't reassign delegate until after eviction.
Brett Wooldridge 686926241f Fix broken test.
Brett Wooldridge a6f2534f4a Merge pull request from brettwooldridge/experimental
Fixes  fixed race condition in the add-connection path
Brett Wooldridge 33138b18f7 Fixes fixed race condition in the add-connection path.
Brett Wooldridge eee453a873 Merge branch 'dev' into experimental
Nitin 11808e521c unused import
Nitin 17b7f00eb1 removed redundant call
Nitin 4186e325b7 do not reset catalog to null
Nitin 4f467b3d37 calling closedconnection.close() should not throw exception.
Brett Wooldridge 514d062853 Merge pull request from nitincchauhan/dev
remove method calls from hot path and sleep in smaller steps