Hello everybody,

I'm using mysql in an clustered environment:
Several loadbalanced webservers get the requests from the users' clients
and query the needed information from several webservers. Every webserver
connects to every database-server. So in this case the webservers are the
mysql-clients. Webserver and mysql-server are in the same private network
with their own switch between them.

Ok, here's my Problem:
Im getting a lot (see timestamps) of the following kind massages in my
/var/log/mysql/error.log.err:

060414 12:01:45 [Warning] Aborted connection 2149 to db: 'board_5' user: '
boardu_5' host: `ws4' (Got timeout reading communication packets)
060414 12:02:44 [Warning] Aborted connection 3020 to db: 'board_5' user: '
 boardu_5' host: `ws5' (Got timeout reading communication packets)
060414 12:03:18 [Warning] Aborted connection 3508 to db: 'board_5' user: '
 boardu_5' host: `ws5' (Got timeout reading communication packets)
060414 12:03:19 [Warning] Aborted connection 3538 to db: 'board_5' user: '
 boardu_5' host: `ws3' (Got timeout reading communication packets)
060414 12:04:01 [Warning] Aborted connection 4173 to db: 'board_5' user: '
 boardu_5' host: `ws5' (Got timeout reading communication packets)
060414 12:04:33 [Warning] Aborted connection 4719 to db: 'board_5' user: '
 boardu_5' host: `ws3' (Got timeout reading communication packets)

As you can see the error occours from different clients. But the same
problem
exists on the other mysql-servers as well. The db-server has a load
between 0.7 and 1.7
Versions:
 Linux:  Linux db5 2.6.14.2 #4 SMP Thu Nov 17 09:54:44 CET 2005 x86_64
GNU/Linux
 Mysql: *4.1.11-Debian_4-log
 *Apache: Apache/2.0.55 (Unix) PHP/4.4.2
 Mysql-System: Intel(R) Pentium(R) D CPU 3.00GHz with 4 Gig Memory

On the client-side (webserver) I'm getting the follwing error-message:

Lost connection to MySQL server during query
mysql error number: 2013

for each of the above entries.

Actually I've no idea where I could go on searching for the
bottleneck or any existing problem. Why are are the connections
timing out ? What parameters are  relevant ? 

I'd be thankful for every idea and suggestion.

Greetings
  Marco





Reply via email to