Brett Wooldridge
8db418f969
Reset log levels reliably.
8 years ago
Brett Wooldridge
bf4bf8806f
Travis Java9 build.
8 years ago
Brett Wooldridge
25fde9c11d
Suppress tests currently untestable under Java 9 (when building on Java 9).
8 years ago
Brett Wooldridge
9e9a97508c
Comment #867 Support network timeout even for Connection.isValid().
8 years ago
Brett Wooldridge
e4871ee357
Logo
8 years ago
Brett Wooldridge
e93ee8505f
Update dependencies.
8 years ago
Brett Wooldridge
5a0750bce5
Update dependencies.
8 years ago
Brett Wooldridge
f9ee36e339
Fixes #866 mark commit state dirty when Connection.getMetaData() is called.
8 years ago
Brett Wooldridge
874b697086
Update Wall-of-Fame.md
8 years ago
Brett Wooldridge
6f3b699b76
Update Wall-of-Fame.md
8 years ago
Brett Wooldridge
e3b80ae583
Update Wall-of-Fame.md
8 years ago
Brett Wooldridge
b6a58ab15c
Update Wall-of-Fame.md
8 years ago
Brett Wooldridge
f1cd399bd2
Update README.md
8 years ago
Brett Wooldridge
304ca41775
Add additional MBean test.
8 years ago
Brett Wooldridge
a5f3a15c7e
Update Wall-of-Fame.md
8 years ago
Brett Wooldridge
5897d57b52
Update Wall-of-Fame.md
8 years ago
Brett Wooldridge
0f772ce4e9
Update Wall-of-Fame.md
8 years ago
Brett Wooldridge
dc47f16d40
Update Wall-of-Fame.md
8 years ago
Brett Wooldridge
ee8906ed74
Create Wall-of-Fame.md
8 years ago
Brett Wooldridge
03630dbf8e
Update README.md
8 years ago
Brett Wooldridge
d5489f24c4
Update README.md
8 years ago
Brett Wooldridge
8ff6e253ef
Updated documentation for initializationFailTimeout
8 years ago
Brett Wooldridge
ac0704b89d
Update release version.
8 years ago
Brett Wooldridge
949bd7730e
[maven-release-plugin] prepare for next development iteration
8 years ago
Brett Wooldridge
a7c8f0c507
[maven-release-plugin] prepare release HikariCP-2.6.1
8 years ago
Brett Wooldridge
b14278a760
Update changes log.
8 years ago
Brett Wooldridge
15df8ba563
Fixes #835 reduce spinning on connection return when the pool is
...
saturated by introducing a ~10 microsecond sleep every 256
iterations, otherwise yield() is used, which introduces an approx.
300ns delay.
8 years ago
Brett Wooldridge
3150673da8
Fixes #835 new change to reduce spinning on connection return
...
when the pool is saturated.
8 years ago
Brett Wooldridge
db0db670b4
Fixes#835 prevent barging when the pool is saturated
8 years ago
Brett Wooldridge
0b5650bde7
Unit test for over-saturated pool with traffic dropping to agreement
...
with capacity.
8 years ago
Brett Wooldridge
65171205d6
Unit test for over-saturated pool with traffic dropping to agreement
...
with capacity.
8 years ago
will vuong
e7a3e39f9b
Better place to capture pool.Wait metric ( #831 )
...
@wvuong Thanks. Yes, that is better.
8 years ago
Brett Wooldridge
7cd0deb3f2
Create ISSUE_TEMPLATE.md
8 years ago
Brett Wooldridge
1a6dc211dd
Fixes#821 If a disconnection class exception is thrown, do not set the flag that
...
indicates that checkDriverSupport() is complete.
8 years ago
Will Vuong
41900e07aa
Fix PrometheusMetricsTrackerTest
8 years ago
Will Vuong
d875e838c3
pool.Wait metric doesn't include timed out requests
...
We noticed that the pool.Wait metric only captured the timings for successful connection requests and doesn't capture when a connection request times out.
I didn't want to mess with IMetricsTrackerDelegate.recordBorrowStats() so I created a recordBorrowTimeoutStats() and implementation in MetricsTrackerDelegate instead. Feel free to tweak to your liking.
8 years ago
Brett Wooldridge
5c8b359b17
Add warning suppression.
8 years ago
Brett Wooldridge
2f31939cae
Add warning suppression.
8 years ago
Brett Wooldridge
0ab35e7445
Minor cleanup.
8 years ago
Brett Wooldridge
eafc799f91
Update README.md
8 years ago
Brett Wooldridge
1759c13a43
Update README.md
8 years ago
Brett Wooldridge
678565661e
Update Welcome-To-The-Jungle.md
8 years ago
Brett Wooldridge
dd28f1a864
Update Welcome-To-The-Jungle.md
8 years ago
Brett Wooldridge
d60f9eb4ab
Update Welcome-To-The-Jungle.md
8 years ago
Brett Wooldridge
1c0c78ea90
Update README.md
8 years ago
Brett Wooldridge
e228ce5bab
Update README.md
8 years ago
Brett Wooldridge
17c9bb3277
Update README.md
8 years ago
Brett Wooldridge
7cc86ac1bc
Update README.md
8 years ago
Brett Wooldridge
9b94fd3e69
Update change log.
8 years ago
Brett Wooldridge
2414ebdaa4
Queue immediate replacement of retired maxLifetime connection.
8 years ago