weizhouapache commented on issue #4657: URL: https://github.com/apache/cloudstack/issues/4657#issuecomment-778128855
> > @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"; > > ``` > > MariaDB [(none)]> show variables like "wait_timeout"; > +---------------+-------+ > | Variable_name | Value | > +---------------+-------+ > | wait_timeout | 28800 | > +---------------+-------+ > 1 row in set (0.00 sec) > > MariaDB [(none)]> > The server which this happened to had this issue now happen twice within 24h. @wido can you check the global variables ? `show global variables like "wait_timeout";` ---------------------------------------------------------------- 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]
