>>> On 4/11/2008 at 12:40 PM, in message
<[EMAIL PROTECTED]>, "Bernard Li"
<[EMAIL PROTECTED]> wrote:
> Hi guys:
> 
> Occasionally I have been getting the following message in syslog:
> 
> /usr/sbin/gmetad[734]: server_thread() -1209013328 unable to write root 
> epilog
> 
> This happens with both 3.0.x and trunk.  After perusing the archives,
> I noticed that users have experienced it but nobody has been able to
> figure out the cause.
> 
> I took a look at the code, and the message comes from gmetad/server.c.
>  Basically the message means that gmetad had trouble closing the XML
> stream with </GRID></GANGLIA_XML>.
> 
> Does anybody have any clue why gmetad would have such trouble?
> Perhaps we need to print out more debugging information in xml_print()
> which root_report_end() calls?
> 

My guess would be that there is some kind of race condition between the socket 
being closed and the last data packet being sent.  But you are right, we would 
probably have to have better debug messages in the xml_print() function.

Brad


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Reply via email to