fix: lib/databases/mysql: increase max connections limit to 2048 #214… - #139
fix: lib/databases/mysql: increase max connections limit to 2048 #214…#139LQH-BJTU wants to merge 1 commit into
Conversation
|
@LQH-BJTU, thanks for submitting the change. OpenStack uses Gerrit for change proposals and code review. Please propose the change there, if you want to know more about the process, refer to this guide https://github.com/openstack/devstack/blob/master/doc/source/contributor/contributing.rst |
|
@gmaanos Thanks a lot for the guidance! I'll follow the contributing guide and submit this change to Gerrit as soon as possible. |
|
Thank you for your contribution! This GitHub repository is just a mirror of https://opendev.org/openstack/devstack, where development really happens. Pull requests proposed on GitHub are automatically closed. If you are interested in pushing this code upstream, please note that OpenStack development uses Gerrit for change proposal and code review. If you have never contributed to OpenStack before, please see: Feel free to reach out to the First Contact SIG by sending an email to the openstack-discuss list with the tag '[First Contact]' in the subject line. To email the mailing list, you must first subscribe which can be done here: |
Bug Description
When deploying DevStack stable/2025.2 on Ubuntu 24.04 and creating instances/images via Horizon, frequent errors occurred due to MySQL hitting the max connections limit.
The default limit of 1024 in
/lib/databases/mysqlwas exceeded under normal operation, causing application-level issues.Fix Applied
Increased the MySQL max connections limit from 1024 to 2048 in
/lib/databases/mysql.Verification
After applying this change:
Related Bug
Fixes: #2144809