novice-gamer opened a new issue, #16856: URL: https://github.com/apache/shardingsphere/issues/16856
## Question The same nodes on zookeeper are used, and only data sources are configured without table splitting rules. After updating the version, the following problems occur; - Shardingsphere proxy version 5.1.0  - Shardingsphere proxy version 5.1.1  - Log of shardingsphere proxy  - rules config: ```yaml - !AUTHORITY provider: props: user-schema-mappings: root@=customer_delivery_dev type: SCHEMA_PRIVILEGES_PERMITTED users: - root@%:11111 - !TRANSACTION defaultType: XA providerType: Atomikos ``` - database resource ```yaml ds_0: password: 11111 dataSourceClassName: com.zaxxer.hikari.HikariDataSource url: jdbc:mysql://192.168.1.6:3306/customer_delivery_dev username: root ``` -- 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]
