Oversize data/client msg and Worker process died
Hi,
----hobbitd.log---- 2006-05-03 12:34:27 Oversize data/client msg from 130.223.5.20 truncated (n=815825, limit 524288) First line: godzilla|sunos
----clientdata.log---- [bb at iris hobbit]$ cat clientdata.log 2006-05-03 12:34:28 Worker process died with exit code 0, terminating
----hobbitlaunch.log--- 2006-05-03 12:34:28 Task clientdata terminated, status 1
How can this happend? Has this been fixed in latest snapshot? Which worker process died? (hobbitd_client is still running)
Dominique UNIL - University of Lausanne
On Wed, May 03, 2006 at 03:43:19PM +0200, Dominique Frise wrote:
Hi,
----hobbitd.log---- 2006-05-03 12:34:27 Oversize data/client msg from 130.223.5.20 truncated (n=815825, limit 524288) First line: godzilla|sunos
"godzilla" - a Solaris host - sent a too-large "client" message of 815825 bytes. There's a limit set in Hobbit for the size of client message at 512 KB, so the message was truncated.
[bb at iris hobbit]$ cat clientdata.log 2006-05-03 12:34:28 Worker process died with exit code 0, terminating
This is interesting. If the truncated message caused hobbitd_client to crash, I would have expected a different exit-code. I'll have to check how it handles truncated messages.
How can this happend?
Dont know, but apparently some input from your host caused it.
Has this been fixed in latest snapshot?
Probably not. Which version are you running?
Which worker process died? (hobbitd_client is still running)
It's restarted automatically by hobbitlaunch.
Henrik
Hi all,
today i found these error in hobbitd column: Statistics for Hobbit daemon Up since 05-May-2006 09:08:37 (0 days, 00:45:04)
Incoming messages : 5969
- status : 5414
- combo : 278
- page : 0
- summary : 0
- data : 80
- client : 9
- notes : 0
- enable : 0
- disable : 0
- ack : 0
- config : 0
- query : 54
- hobbitdboard : 72
- hobbitdlog : 62
- drop : 0
- rename : 0
- dummy : 0
- ping : 0
- notify : 0
- schedule : 0
- download : 0
- Bogus/Timeouts : 0 Incoming messages/sec : 2 (average last 300 seconds)
status channel messages: 5390 (1 readers) stachg channel messages: 614 (1 readers) page channel messages: 106 (1 readers) data channel messages: 80 (1 readers) notes channel messages: 0 (0 readers) enadis channel messages: 0 (0 readers) client channel messages: 9 (1 readers)
Latest errormessages: Oversize status msg from 127.0.0.2 for my.hobbit.server:ports truncated (n=376985, limit=262144)In the ports test i see a lot of connections in TIME_WAIT : cp 0 0 127.0.0.1:34125 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34130 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34131 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34128 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34129 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34134 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34135 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34132 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34133 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34138 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34139 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34136 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34137 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34142 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34143 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34140 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.2:38494 127.0.0.2:1984 TIME_WAIT tcp 0 0 127.0.0.2:38467 127.0.0.2:1984 TIME_WAIT tcp 0 0 127.0.0.2:38469 127.0.0.2:1984 TIME_WAIT tcp 0 0 127.0.0.2:38468 127.0.0.2:1984 TIME_WAIT tcp 0 0 127.0.0.2:38471 127.0.0.2:1984 TIME_WAIT tcp 0 0 127.0.0.2:38470 127.0.0.2:1984 TIME_WAIT on my linux box i run two hobbit server,these is my configuration:Server 1 (public server, make some test and forward the result to my private server)BBSERVERIP="127.0.0.1"# General settingsBBPORT="1984"
Portnumber where hobbitd/bbd listensBBDISP="0.0.0.0" # IP
of a single hobbit/bbd serverBBDISPLAYS="127.0.0.1 127.0.0.2"[bbproxy] ENABLED ENVFILE /opt/hobbit/server/etc/hobbitserver.cfg CMD $BBHOME/bin/bbproxy --hobbitd --bbdisplay=127.0.0.1,127.0.0.2 --listen=PUBLIC_IP:1984 --report=$MACHINE.bbproxy --no-daemon --pidfile=$BBSERVERLOGS/bbproxy.pid LOGFILE $BBSERVERLOGS/bbproxy.logServer 2 (private server)BBSERVERIP="127.0.0.2"BBPORT="1984" # Portnumber where hobbitd/bbd listensBBDISP="$BBSERVERIP" # IP of a single hobbit/bbd serverBBDISPLAYS="" #bbproxy disabledthere is a bug or i have not correctly configured my hobbit servers?regards,Marco
Found the problem...i use not correctly hobbitdboard in a script, stopping this script the connection number go normal
sorry,
Marco
----- Original Message ----- From: "Marco Avvisano" <marco.avvisano at regione.toscana.it> To: <hobbit at hswn.dk> Sent: Friday, May 05, 2006 10:03 AM Subject: [hobbit] Oversize status msg for ports message - Hobbit Monitor 4.2-alfa-20060502
Hi all,
today i found these error in hobbitd column: Statistics for Hobbit daemon Up since 05-May-2006 09:08:37 (0 days, 00:45:04)
Incoming messages : 5969
- status : 5414
- combo : 278
- page : 0
- summary : 0
- data : 80
- client : 9
- notes : 0
- enable : 0
- disable : 0
- ack : 0
- config : 0
- query : 54
- hobbitdboard : 72
- hobbitdlog : 62
- drop : 0
- rename : 0
- dummy : 0
- ping : 0
- notify : 0
- schedule : 0
- download : 0
- Bogus/Timeouts : 0 Incoming messages/sec : 2 (average last 300 seconds)
status channel messages: 5390 (1 readers) stachg channel messages: 614 (1 readers) page channel messages: 106 (1 readers) data channel messages: 80 (1 readers) notes channel messages: 0 (0 readers) enadis channel messages: 0 (0 readers) client channel messages: 9 (1 readers)
Latest errormessages: Oversize status msg from 127.0.0.2 for my.hobbit.server:ports truncated (n=376985, limit=262144)In the ports test i see a lot of connections in TIME_WAIT : cp 0 0 127.0.0.1:34125 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34130 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34131 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34128 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34129 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34134 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34135 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34132 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34133 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34138 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34139 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34136 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34137 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34142 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34143 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.1:34140 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.2:38494 127.0.0.2:1984 TIME_WAIT tcp 0 0 127.0.0.2:38467 127.0.0.2:1984 TIME_WAIT tcp 0 0 127.0.0.2:38469 127.0.0.2:1984 TIME_WAIT tcp 0 0 127.0.0.2:38468 127.0.0.2:1984 TIME_WAIT tcp 0 0 127.0.0.2:38471 127.0.0.2:1984 TIME_WAIT tcp 0 0 127.0.0.2:38470 127.0.0.2:1984 TIME_WAIT on my linux box i run two hobbit server,these is my configuration:Server 1 (public server, make some test and forward the result to my private server)BBSERVERIP="127.0.0.1"# General settingsBBPORT="1984" # Portnumber where hobbitd/bbd listensBBDISP="0.0.0.0" # IP of a single hobbit/bbd serverBBDISPLAYS="127.0.0.1 127.0.0.2"[bbproxy] ENABLED ENVFILE /opt/hobbit/server/etc/hobbitserver.cfg CMD $BBHOME/bin/bbproxy --hobbitd --bbdisplay=127.0.0.1,127.0.0.2 --listen=PUBLIC_IP:1984 --report=$MACHINE.bbproxy --no-daemon --pidfile=$BBSERVERLOGS/bbproxy.pid LOGFILE $BBSERVERLOGS/bbproxy.logServer 2 (private server)BBSERVERIP="127.0.0.2"BBPORT="1984" # Portnumber where hobbitd/bbd listensBBDISP="$BBSERVERIP" # IP of a single hobbit/bbd serverBBDISPLAYS="" #bbproxy disabledthere is a bug or i have not correctly configured my hobbit servers?regards,Marco
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
participants (3)
-
Dominique.Frise@unil.ch
-
henrik@hswn.dk
-
marco.avvisano@regione.toscana.it