Hi all, I am getting the below errors and warnings in my app logs. Although the runtime allows more database connections, is the database limited? ConnectionPoolingMaxActive is set to 200 ConnectionPoolingMaxIdle is set to 50 (default) 2019-01-27T14:47:07.371022 [APP/PROC/WEB/0] WARNING - ConnectionBus: Database connections: 53 active, 29 idle. 2019-01-27T14:47:07.371430 [APP/PROC/WEB/0] ERROR - ConnectionBus: Opening JDBC connection to Some(dbnecb5epp658tvlc.co6tarrr5izg.eu-central-1.rds.amazonaws.com:5432) failed with SQLState: 53300 Error code: 0 Message: FATAL: sorry, too many clients already Retrying...(1/4) 2019-01-27T14:47:07.373625 [APP/PROC/WEB/0] WARNING - ConnectionBus: Database connections: 53 active, 29 idle. 2019-01-27T14:47:07.373649 [APP/PROC/WEB/0] ERROR - ConnectionBus: Opening JDBC connection to Some(dbnecb5epp658tvlc.co6tarrr5izg.eu-central-1.rds.amazonaws.com:5432) failed with SQLState: 53300 Error code: 0 Message: FATAL: sorry, too many clients already Retrying...(1/4) 2019-01-27T14:47:07.379929 [APP/PROC/WEB/0] WARNING - ConnectionBus: Database connections: 54 active, 28 idle. 2019-01-27T14:47:07.379974 [APP/PROC/WEB/0] ERROR - ConnectionBus: Opening JDBC connection to Some(dbnecb5epp658tvlc.co6tarrr5izg.eu-central-1.rds.amazonaws.com:5432) failed with SQLState: 53300 Error code: 0 Message: FATAL: sorry, too many clients already Retrying...(1/4) 2019-01-27T14:47:07.382331 [APP/PROC/WEB/0] WARNING - ConnectionBus: Database connections: 52 active, 30 idle. 2019-01-27T14:47:07.382355 [APP/PROC/WEB/0] ERROR - ConnectionBus: Opening JDBC connection to Some(dbnecb5epp658tvlc.co6tarrr5izg.eu-central-1.rds.amazonaws.com:5432) failed with SQLState: 53300 Error code: 0 Message: FATAL: sorry, too many clients already Retrying...(1/4) 2019-01-27T14:47:07.382668 [APP/PROC/WEB/0] WARNING - ConnectionBus: Database connections: 53 active, 29 idle. 2019-01-27T14:47:07.382688 [APP/PROC/WEB/0] ERROR - ConnectionBus: Opening JDBC connection to Some(dbnecb5epp658tvlc.co6tarrr5izg.eu-central-1.rds.amazonaws.com:5432) failed with SQLState: 53300 Error code: 0 Message: FATAL: sorry, too many clients already Retrying...(1/4) 2019-01-27T14:47:07.385250 [APP/PROC/WEB/0] WARNING - ConnectionBus: Database connections: 53 active, 29 idle. 2019-01-27T14:47:07.385270 [APP/PROC/WEB/0] ERROR - ConnectionBus: Opening JDBC connection to Some(dbnecb5epp658tvlc.co6tarrr5izg.eu-central-1.rds.amazonaws.com:5432) failed with SQLState: 53300 Error code: 0 Message: FATAL: sorry, too many clients already Retrying...(1/4) 2019-01-27T14:47:07.398458 [APP/PROC/WEB/0] WARNING - ConnectionBus: Database connections: 50 active, 32 idle. 2019-01-27T14:47:07.398492 [APP/PROC/WEB/0] ERROR - ConnectionBus: Opening JDBC connection to Some(dbnecb5epp658tvlc.co6tarrr5izg.eu-central-1.rds.amazonaws.com:5432) failed with SQLState: 53300 Error code: 0 Message: FATAL: sorry, too many clients already Retrying...(1/4) 2019-01-27T14:47:07.399738 [APP/PROC/WEB/0] WARNING - ConnectionBus: Database connections: 49 active, 33 idle. 2019-01-27T14:47:07.399757 [APP/PROC/WEB/0] ERROR - ConnectionBus: Opening JDBC connection to Some(dbnecb5epp658tvlc.co6tarrr5izg.eu-central-1.rds.amazonaws.com:5432) failed with SQLState: 53300 Error code: 0 Message: FATAL: sorry, too many clients already Retrying...(1/4) 2019-01-27T14:47:07.415369 [APP/PROC/WEB/0] WARNING - ConnectionBus: Database connections: 49 active, 33 idle. 2019-01-27T14:47:07.415405 [APP/PROC/WEB/0] ERROR - ConnectionBus: Opening JDBC connection to Some(dbnecb5epp658tvlc.co6tarrr5izg.eu-central-1.rds.amazonaws.com:5432) failed with SQLState: 53300 Error code: 0 Message: FATAL: remaining connection slots are reserved for non-replication superuser connections Retrying...(1/4) 2019-01-27T14:47:07.415423 [APP/PROC/WEB/0] WARNING - ConnectionBus: Database connections: 49 active, 33 idle. 2019-01-27T14:47:07.415451 [APP/PROC/WEB/0] ERROR - ConnectionBus: Opening JDBC connection to Some(dbnecb5epp658tvlc.co6tarrr5izg.eu-central-1.rds.amazonaws.com:5432) failed with SQLState: 53300 Error code: 0 Message: FATAL: remaining connection slots are reserved for non-replication superuser connections Retrying...(1/4) 2019-01-27T14:47:07.421245 [APP/PROC/WEB/0] WARNING - ConnectionBus: Database connections: 48 active, 34 idle. 2019-01-27T14:47:07.421274 [APP/PROC/WEB/0] ERROR - ConnectionBus: Opening JDBC connection to Some(dbnecb5epp658tvlc.co6tarrr5izg.eu-central-1.rds.amazonaws.com:5432) failed with SQLState: 53300 Error code: 0 Message: FATAL: remaining connection slots are reserved for non-replication superuser connections Retrying...(1/4) Would this setting help?
↧