You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2020/12/05 09:57:31 UTC

[GitHub] [drill] luocooong opened a new pull request #2121: DRILL-7816: bootstrap-storage-plugins.json is an outdated example

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:
users@infra.apache.org



[GitHub] [drill] cgivre merged pull request #2121: DRILL-7816: bootstrap-storage-plugins.json is an outdated example

Posted by GitBox <gi...@apache.org>.
cgivre merged pull request #2121:
URL: https://github.com/apache/drill/pull/2121


   


----------------------------------------------------------------
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:
users@infra.apache.org