luocooong opened a new pull request #2121: URL: https://github.com/apache/drill/pull/2121
# [DRILL-7816](https://issues.apache.org/jira/projects/DRILL/issues/DRILL-7816): bootstrap-storage-plugins.json is an outdated example ## Description Before Drill 1.18, we used DBCP2 to manage JDBC connections, and later we replaced it with "HikariCP". However, the parameter name of HikariCP is partly different from that of DBCP, so we need to modify the bootstrap code. ## Documentation https://github.com/brettwooldridge/HikariCP/tree/HikariCP-3.4.2 ## Testing Create storage by the Web UI and it can be successful. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
