Re: [Maria-discuss] MariaDB shutdowns silently

2010-04-23 Thread Brian Evans
On 4/22/2010 11:23 PM, Joshua Partogi wrote: > Hi Arjen, > > Can you please explain to me how a persistent connection would affect > MySQL to shutdown by itself? I have looked at the Ruby MySQL driver > code and there is nothing related to persistent connection. I searched > through google and foun

Re: [Maria-discuss] MariaDB shutdowns silently

2010-04-22 Thread Joshua Partogi
Hi Arjen, Can you please explain to me how a persistent connection would affect MySQL to shutdown by itself? I have looked at the Ruby MySQL driver code and there is nothing related to persistent connection. I searched through google and found that persistent connection is only available in PHP My

Re: [Maria-discuss] MariaDB shutdowns silently

2010-04-21 Thread Joshua Partogi
Hi all, I have come back with my latest findings. It seems MariaDB shutsdown after there is an excessive query running on the server. Is there any parameter that I can tune from MariaDB side for this kind of situation? Kind regards, Joshua On Wed, Apr 21, 2010 at 1:51 PM, Joshua Partogi wrote

Re: [Maria-discuss] MariaDB shutdowns silently

2010-04-21 Thread Arjen Lentz
Hi Joshua On 21/04/2010, at 3:07 AM, Joshua Partogi wrote: I am getting MySQL server has gone away. I think there is an issue with how the MySQL Ruby driver establish connection to MySQL. I have been noticing that when there is inactivity in the application, MySQL would just fade away silently.

Re: [Maria-discuss] MariaDB shutdowns silently

2010-04-21 Thread Joshua Partogi
Hi Justin, I am getting MySQL server has gone away. I think there is an issue with how the MySQL Ruby driver establish connection to MySQL. I have been noticing that when there is inactivity in the application, MySQL would just fade away silently. I am going to monitor this again and see what is

Re: [Maria-discuss] MariaDB shutdowns silently

2010-04-20 Thread Justin Swanhart
Hi Joshua, Is your database server crashing or are you getting a 'MySQL server has gone away' error message after some inactivity period in your application? To determine if your database is crashing, check the error log. You can determine if your database is actually restarting by checking the

Re: [Maria-discuss] MariaDB shutdowns silently

2010-04-20 Thread Walter Heck
On Tue, Apr 20, 2010 at 20:51, Joshua Partogi wrote: > I am currently running MariaDB in production and I often found it > would shutdown itself silently after inactivity. The application > itself is using Ruby on Rails. I have disabled the max_timeout > settings in my.cnf but the problem still oc

Re: [Maria-discuss] MariaDB shutdowns silently

2010-04-20 Thread Bo Thorsen
Den 21-04-2010 05:51, Joshua Partogi skrev: Dear all, I am currently running MariaDB in production and I often found it would shutdown itself silently after inactivity. The application itself is using Ruby on Rails. I have disabled the max_timeout settings in my.cnf but the problem still occurs.

[Maria-discuss] MariaDB shutdowns silently

2010-04-20 Thread Joshua Partogi
Dear all, I am currently running MariaDB in production and I often found it would shutdown itself silently after inactivity. The application itself is using Ruby on Rails. I have disabled the max_timeout settings in my.cnf but the problem still occurs. Is there anything else I should watch out for