DB connections increase after setting aurora in MariaDB connector
问题 We're testing the failover behaviour using the MariaDB JDBC connector Aurora specific features. We've set the JDBC URL as the documentation suggest: jdbc:mysql:aurora://cluster.cluster-xxxx.us-east-1.rds.amazonaws.com/db The problem is that as soon as we add the aurora: part in the URL schema, we can see an increase in the connections to the database writer until the point that we've to rollback the change (it even reaches 3.000 connections). Versions: MariaDB connector: 2.0.1 HikariCP