From: Fyodor U. <uf...@uf...> - 2011-08-14 06:50:29
|
Hi! I have a lot of sockets in TIME_WAIT state, and there are messages in the log: Aug 14 09:17:02 gate0 mfsmount[1473]: can't bind socket to given ip: EADDRINUSE (Address already in use) Aug 14 09:17:58 gate0 mfsmount[1473]: last message repeated 21 times Aug 14 09:17:58 gate0 mfsmount[1473]: can't bind to given ip: EADDRINUSE (Address already in use) Aug 14 09:17:58 gate0 mfsmount[1473]: file: 9145742, index: 0 - can't connect to proper chunkserver (try counter: 1) Aug 14 09:17:58 gate0 mfsmount[1473]: can't bind to given ip: EADDRINUSE (Address already in use) Aug 14 09:17:58 gate0 mfsmount[1473]: file: 9145742, index: 0 - can't connect to proper chunkserver (try counter: 2) Aug 14 09:17:58 gate0 mfsmount[1473]: can't bind to given ip: EADDRINUSE (Address already in use) Aug 14 09:17:58 gate0 mfsmount[1473]: file: 9145742, index: 0 - can't connect to proper chunkserver (try counter: 3) Aug 14 09:17:59 gate0 mfsmount[1473]: can't bind to given ip: EADDRINUSE (Address already in use) Aug 14 09:17:59 gate0 mfsmount[1473]: file: 9145742, index: 0 - can't connect to proper chunkserver (try counter: 4) Aug 14 09:18:00 gate0 mfsmount[1473]: can't bind to given ip: EADDRINUSE (Address already in use) Aug 14 09:18:00 gate0 mfsmount[1473]: file: 9145742, index: 0 - can't connect to proper chunkserver (try counter: 5) Aug 14 09:18:01 gate0 mfsmount[1473]: can't bind to given ip: EADDRINUSE (Address already in use) Aug 14 09:18:01 gate0 mfsmount[1473]: file: 9145742, index: 0 - can't connect to proper chunkserver (try counter: 6) Aug 14 09:18:03 gate0 mfsmount[1473]: can't bind to given ip: EADDRINUSE (Address already in use) Aug 14 09:18:03 gate0 mfsmount[1473]: file: 9145742, index: 0 - can't connect to proper chunkserver (try counter: 7) Aug 14 09:18:05 gate0 mfsmount[1473]: can't bind to given ip: EADDRINUSE (Address already in use) Aug 14 09:18:05 gate0 mfsmount[1473]: file: 9145742, index: 0 - can't connect to proper chunkserver (try counter: 8) Aug 14 09:18:12 gate0 mfsmount[1473]: can't bind socket to given ip: EADDRINUSE (Address already in use) Aug 14 09:19:14 gate0 mfsmount[1473]: last message repeated 25 times Aug 14 09:20:15 gate0 mfsmount[1473]: last message repeated 28 times Aug 14 09:21:16 gate0 mfsmount[1473]: last message repeated 29 times Aug 14 09:22:17 gate0 mfsmount[1473]: last message repeated 20 times Aug 14 09:23:18 gate0 mfsmount[1473]: last message repeated 30 times This server works as gate between moosefs and nfs. If I understand correctly, mfsmount opens a new connection for every write / read? Or is it a grand mistake I made when configuring? WBR, Fyodor. |