dzamo commented on a change in pull request #2342:
URL: https://github.com/apache/drill/pull/2342#discussion_r733928791



##########
File path: 
contrib/storage-jdbc/src/main/resources/bootstrap-storage-plugins.json
##########
@@ -8,6 +8,10 @@
       "password": "xxx",
       "caseInsensitiveTableNames": false,
       "sourceParameters" : {
+        "idleTimeout": 3600000,

Review comment:
       Okay I followed your steps using a public pg database (details below, 
not sensitive).  The Drill version used to create the storage config was 1.18 
(just because I have it lying around) then I started Drill built from this 
branch and the storage config was present and enabled.  I disabled and enabled 
it again without errors.
   
   ```
   {
     "type": "jdbc",
     "driver": "org.postgresql.Driver",
     "url": "jdbc:postgresql://hh-pgsql-public.ebi.ac.uk:5432/pfmegrnargs",
     "username": "reader",
     "password": "NWDMCE5xdipIjRrp",
     "caseInsensitiveTableNames": false,
     "sourceParameters": {
       "maximumPoolSize": 1
     },
     "enabled": true
   }
   ```




-- 
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: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to