MySQL Too many connections error
プラットフォームについて: Data Center - この記事は、Data Center プラットフォームのアトラシアン製品に適用されます。
このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。
*Fisheye および Crucible は除く
要約
Confluence server runs into issues due to the following errors in atlassian-confluence.logs
WARN [C3P0PooledConnectionPoolManager[identityToken->2rxoowa718mgiwy1hbhgv1|373cc023]-HelperThread-#0] [mchange.v2.resourcepool.BasicResourcePool] log com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask@769977cc -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception:
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
.
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections
環境
Confluence configured with MySQL database
原因
This happens because MySQL database has maxed out its connection limit and can't accept any more connections from clients.
ソリューション
To avoid this issue, increase the maximum connection limit in MySQL server's configuration. Usually this is specified with the max_connections parameter in MySQL server configuration. A restart of MySQL will be required for these changes to take affect.