azexcy commented on PR #24146: URL: https://github.com/apache/shardingsphere/pull/24146#issuecomment-1429051689
If increasing `MAX_CONNECTIONS_SIZE_PER_QUERY`, maybe the following error will occur, so remove it. ``` java.sql.SQLException: Can not get 10 connections one time, partition succeed connection(2) have released. Please consider increasing the `maxPoolSize` of the data sources or decreasing the `max-connections-size-per-query` in properties. ``` -- 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]
