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:
       @luocooong 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to