added wait_timout and innodb_force_primary_key#220
added wait_timout and innodb_force_primary_key#220nbari wants to merge 1 commit intocloudfoundry:developfrom
Conversation
|
❌ Hey nbari! All pull request submitters and commit authors must have a Contributor License Agreement (CLA). Click here for details on the CLA process. The following github user @nbari is not covered by a CLA. After the CLA process is complete, this pull request will need to be closed & reopened. DreddBot will then validate the CLA(s). |
|
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/162338019 The labels on this github issue will be updated when the story is started. |
|
Hello @nbari
|
|
@ldangeard-orange thanks for the heads up, just fixed 👍 |
|
Hi @nbari, if you could please sign the CLA and reopen the PR as described above, we will look into this, thanks! |
Thanks for opening a PR. Please make sure you've read and followed the Contributing guide, including signing the Contributor License Agreement.
Feature or Bug Description
What does this PR change?
added option to configure
wait_timeoutandinnodb_force_primary_keyMotivation
The default value for
wait_timeoutis 8 hours which lead to a problem of reaching the definedmax_connectionsto fast if the applications are not closing the connection after using them or if they create an unlimited pool connection that must of the time is insleepmode and just consuming connections.The
innodb_force_primary_keyis to prevent extra load in the cluster more details here https://jira.mariadb.org/browse/MDEV-5335Related Issue
#197