jackie007zzc edited a comment 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.2 ---------------------------------------------------------------- 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: [email protected]
