Brett Wooldridge
ee8025e99c
fix javadoc error
10 years ago
Brett Wooldridge
45a7f1ba5b
Merge branch 'dev' of https://github.com/brettwooldridge/HikariCP
10 years ago
Brett Wooldridge
e369f09a4e
Update changes log.
10 years ago
Brett Wooldridge
dbe9320924
Back-out deoptimization. Benchmark shows degradation, which makes sense because
...
of a new conditional in close() -- the return value of closeOpenStatements() -- which is
'true' 99.999% of the time and therefore the conditional is merely overhead.
10 years ago
Brett Wooldridge
182c8c58ab
Opps, forgot to flip the conditional.
10 years ago
Brett Wooldridge
4fbc2aa94b
Minor formatting change.
10 years ago
Brett Wooldridge
442bbc6362
Merge branch 'dev' of https://github.com/nitincchauhan/HikariCP into dev
10 years ago
Nitin
78034f7e45
changes as suggested
10 years ago
Brett Wooldridge
78842ce20f
Merge pull request #388 from Sangdol/dev
...
fixed comment
10 years ago
Nitin
ae4dbf916d
removed PoolBagEntry.aborted ...always had same 'value' as evicted
...
renamed PoolBagEntry.evicted to PoolBagEntry.evict
10 years ago
Nitin
19896c0619
if connection is marked for eviction, bypass reset state etc and close
...
it.
10 years ago
Hugh Lee
ad9f5e6a19
fixed comment
...
ClassLoader.getResourceAsStream() and Class.getResourceAsStream() are
different. Refer to http://stackoverflow.com/a/1464366/524588
10 years ago
Brett Wooldridge
fb50c8108c
Merge pull request #384 from yaojuncn/dev
...
revise connection pool cleanup logic by reducing unncessary loop,
10 years ago
yaojuncn
7ad2e94ed4
revise housekeeper log
10 years ago
Brett Wooldridge
01a9a09778
Revert fix #340 see discussion in issue tracker
10 years ago
yaojuncn
93bbb25d15
change removable check
10 years ago
yaojuncn
6cc3b278b4
fix the removable check; revise space style
10 years ago
Brett Wooldridge
9613b63a43
Fixed #380 housekeeper was not being scheduled in the case of a user specified ScheduledExecutorService.
10 years ago
yaojuncn
cbb1e1cc93
revise connection pool cleanup logic by reducing unncessary loop,
...
some details from
https://github.com/brettwooldridge/HikariCP/issues/379
based on original pull request
https://github.com/brettwooldridge/HikariCP/pull/383
10 years ago
Brett Wooldridge
68225c20f1
Merge pull request #383 from nitincchauhan/dev
...
Fixes #379 stop retiring idle connections when minimumIdle is reached.
10 years ago
Nitin
2a90f26145
log /creation cleanup
10 years ago
Nitin
c4b0ac352c
housekeeper should close evicted connections... but forget it :)
10 years ago
Nitin
7685f10303
check for evicted should not depend on removable
10 years ago
Nitin
5004e1f463
setting evicted was 'little' more aggressive
10 years ago
Nitin
6a2bfb758c
for closing connection, reserve entry only when it is past idle time or
...
evicted, not otherwise
10 years ago
Nitin
ebe5868fd1
changes as suggested
...
align log stats
10 years ago
Nitin
d04f4dd3f1
log actual error message instead of 'Exception during pool'
...
name 'PoolInitializationException' is descriptive enough
10 years ago
Nitin
cefc2af679
level up
10 years ago
Nitin
616a8321ab
break loop
10 years ago
Brett Wooldridge
5d183c5b7e
Merge pull request #378 from nitincchauhan/dev
...
tweak isConnectionAlive and few other
10 years ago
Nitin
6cee92a300
removed closing evicted connections from housekeeper
10 years ago
Nitin
9489dda6c0
reverted as per discussion
10 years ago
Nitin
8cc1214007
close connections marked for eviction first
10 years ago
Nitin
a286c264cc
change as suggested
10 years ago
Nitin
1137ed1e40
implemented suggestion from 379
10 years ago
Nitin
265ee41e70
tweak isConnectionAlive and few other
10 years ago
Brett Wooldridge
9dcb652701
Merge pull request #376 from nitincchauhan/dev
...
Fix Issue 375 ..restore thing that was not broken
10 years ago
Nitin
e789d03571
Fix Issue 375 ..restore thing that was not broken
...
Fixed Readme ...added missing changes from master
10 years ago
Brett Wooldridge
bc010fba48
Merge pull request #374 from nitincchauhan/dev
...
keeping change in state/value of member internal.
10 years ago
Nitin
7efb9c0c57
keeping change in state/value of member internal
10 years ago
Brett Wooldridge
43260e8889
Merge pull request #373 from nitincchauhan/dev
...
keeping test and assignment close in con.close()
10 years ago
Nitin
05a4193b38
reverted connectionproxy
10 years ago
Nitin
34fa30254f
removed wrong use of clocksource
10 years ago
Nitin
5d1a63e78b
better add, undone close
10 years ago
Nitin
fa0b6644b2
keeping test and assignment close in con.close()
10 years ago
Brett Wooldridge
697f721f69
Merge pull request #372 from nitincchauhan/dev
...
smart idelTimeout and fix passing missing argument to log
10 years ago
Nitin
31ddd3d9db
smart idleTimeout
10 years ago
Nitin
a0ebf35d91
Merge remote-tracking branch 'brettwooldridge/HikariCP/dev' into dev
10 years ago
Nitin
c1ee0b0ce8
fix argument to log
10 years ago
Brett Wooldridge
53e7427e63
Eliminates questions from developers running tests in the IDE...
10 years ago