You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/02/12 14:39:04 UTC

[GitHub] [cloudstack] weizhouapache edited a comment on issue #4657: Management server looses MySQL connection: Timeout waiting for idle object

weizhouapache edited a comment on issue #4657:
URL: https://github.com/apache/cloudstack/issues/4657#issuecomment-778232882


   > Thanks for the help @weizhouapache.
   > 
   > I think that `max_connections` was set to `28800` and then later to `60` but the errors kept coming either way: [#4657 (comment)](https://github.com/apache/cloudstack/issues/4657#issuecomment-774961189). I will re-check that; hope to find the root cause or a MySQL setup that handles it.
   
   @GabrielBrascher do you mean `wait_timeout` ?
   
   You should change the global value (from 60 to other value e.g. 28800).
   ```
   SET GLOBAL wait_timeout=28800;
   ```
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org