Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRILL-7639: Replace DBCP2 with HikariCP in RDBMS (JDBC) plugin #2027

Merged
merged 1 commit into from Mar 16, 2020

Conversation

arina-ielchiieva
Copy link
Member

DRILL-7639: Replace DBCP2 with HikariCP in RDBMS (JDBC) plugin

Description

This PR replace DBCP2 with HikariCP in RDBMS (JDBC) plugin since HikariCP is much faster and more reliable.

https://beansroasted.wordpress.com/2017/07/29/connection-pool-analysis/
https://github.com/brettwooldridge/HikariCP

Documentation

NA

Testing

Added unit tests, ran all tests, tested manually.

Copy link
Member

@vvysotskyi vvysotskyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, +1

@arina-ielchiieva arina-ielchiieva merged commit 17a4660 into apache:master Mar 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants