jnturton commented on issue #2514:
URL: https://github.com/apache/drill/issues/2514#issuecomment-1087266904

   Try adjusting Hikari settings such as autoCommit and transactionIsolation in 
a sourceParameters section in your config:
   ```
   "storage": {
     "adgroup": {
       "type" : "jdbc",
       "driver" : "com.octetstring.jdbcLdap.sql.JdbcLdapDriver",
       "url" : 
"jdbc:ldap://dmc.group.example.com/DC=group,DC=example,DC=com?SEARCH_SCOPE:=subTreeScope&concat_atts:=true";,
       "sourceParameters" : {
          "autoCommit": "foo"
          "transactionIsolation": "bar"
       },
       ...
     }
   }
   
   https://github.com/brettwooldridge/HikariCP


-- 
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