[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Oversize data/client msg and Worker process died
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Oversize data/client msg and Worker process died
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Wed, 3 May 2006 17:20:46 +0200
- References: <4458B377.2070906@unil.ch>
- User-agent: Mutt/1.5.9i
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