You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/08/19 02:09:28 UTC

[GitHub] [shardingsphere] jackie007zzc commented on issue #6919: the 'autoCommit' of ShardingConnection do not support

jackie007zzc commented on issue #6919:
URL: https://github.com/apache/shardingsphere/issues/6919#issuecomment-675809767


   > @jackie007zzc
   > 
   > Thx to report the issue!
   > could you provide the config file and version of shardingsphere?
   
   spring.shardingsphere.datasource.accounts_0_master.type: com.zaxxer.hikari.HikariDataSource
   spring.shardingsphere.datasource.accounts_0_master.jdbc-url: ****
   spring.shardingsphere.datasource.accounts_0_master.username: ****
   spring.shardingsphere.datasource.accounts_0_master.password: ****
   spring.shardingsphere.datasource.accounts_0_master.minimum-idle: 10
   spring.shardingsphere.datasource.accounts_0_master.maximum-pool-size: 40
   spring.shardingsphere.datasource.accounts_0_master.auto-commit: false
   
   spring.shardingsphere.datasource.accounts_1_master.type: com.zaxxer.hikari.HikariDataSource
   spring.shardingsphere.datasource.accounts_1_master.jdbc-url: ****
   spring.shardingsphere.datasource.accounts_1_master.username: ****
   spring.shardingsphere.datasource.accounts_1_master.password: ****
   spring.shardingsphere.datasource.accounts_1_master.minimum-idle: 10
   spring.shardingsphere.datasource.accounts_1_master.maximum-pool-size: 40
   spring.shardingsphere.datasource.accounts_1_master.auto-commit: false
   
   
   and the version of shardingsphere is 4.0.3-RC-6


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