smallblack-xh opened a new issue, #19978: URL: https://github.com/apache/shardingsphere/issues/19978
Hello, I recently encountered a problem. I used shardingsphere in the project, but some configurations of the data source were missed due to negligence. When I started the system normally and submitted a query without a table field, the system stayed on the Actual SQL log. In response, all other functions are also shut down. I searched for a long time, still can't figure out why it is like this. Can you help me analyze? Version of Shardingsphere:4.1.1 Size of table: 50 Existing configuration: spring.shardingsphere.props.max.connections.size.per.query = 10 ignored configuration: spring.shardingsphere.datasource.master.initialSize = 30 spring.shardingsphere.datasource.master.maxActive = 50 spring.shardingsphere.datasource.master.minIdle = 20 spring.shardingsphere.datasource.master.maxWait = 5000 -- 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]
