wido commented on issue #4657:
URL: https://github.com/apache/cloudstack/issues/4657#issuecomment-774961189


   > @wido what's the value of mysql variable "wait_timeout" ?
   > 
   > we had some issues caused by it in the past (it was 600 in our 
environment).
   > 
   > ```
   > MariaDB [cloud]> show variables like "wait_timeout";
   > ```
   
   <pre>
   MariaDB [(none)]> show variables like "wait_timeout";
   +---------------+-------+
   | Variable_name | Value |
   +---------------+-------+
   | wait_timeout  | 28800 |
   +---------------+-------+
   1 row in set (0.00 sec)
   
   MariaDB [(none)]> 
   </pre>
   
   The server which this happened to had this issue now happen twice within 24h.


----------------------------------------------------------------
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:
[email protected]


Reply via email to