torodb / stampede

The ToroDB solution to provide better analytics on top of MongoDB and make it easier to migrate from MongoDB to SQL
https://www.torodb.com/stampede/
GNU Affero General Public License v3.0
1.76k stars 118 forks source link

Flexy-pool integration #150

Closed ydarias closed 7 years ago

ydarias commented 7 years ago

Now the datasource from Hikari is wrapped with Flexy-pool. With this change some advanced options at the pool configuration can be added and out of the box Flexy-pool published advanced metrics about the pool state using JMX.

codecov-io commented 7 years ago

Codecov Report

Merging #150 into devel will decrease coverage by -0.01%. The diff coverage is 0%.

@@             Coverage Diff              @@
##              devel     #150      +/-   ##
============================================
- Coverage     18.25%   18.24%   -0.01%     
- Complexity        0     1505    +1505     
============================================
  Files           736      736              
  Lines         26398    26413      +15     
  Branches       2805     2317     -488     
============================================
+ Hits           4819     4820       +1     
- Misses        21276    21290      +14     
  Partials        303      303
Impacted Files Coverage Δ Complexity Δ
...a/com/torodb/backend/AbstractDbBackendService.java 0% <ø> (ø) 0 <ø> (ø) :x:
...ongodb/repl/topology/TopologyHeartbeatHandler.java 18.06% <ø> (+0.64%) 6% <ø> (+6%) :white_check_mark:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6bda65f...ff99f15. Read the comment docs.

ydarias commented 7 years ago

This pull request will not be merged because it has contents from other pull requests. Waiting for a clean pull request.