dzamo opened a new pull request #2342: URL: https://github.com/apache/drill/pull/2342
# [DRILL-8016](https://issues.apache.org/jira/browse/DRILL-8016): Default to lazy outbound connections for storage-jdbc and storage-splunk ## Description The only two of our storage plugins that try to connect out eagerly are storage-splunk and storage-jdbc. This makes both of them lazy and sets default HikariCP parameters that make Drill more thrifty about bringing up outbound connections. ## Documentation Mention the considerations behind the HikariCP default parameters and that users can override them. ## Testing Unit tests already present, interactive testing with different HikariCP parameters against a pg database. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
