kumar-

you are not the first person to have this problem. the workaround is to set the timeout on the tcp_accept_channel to -1. for example,

tcp_accept_channel {
  ...
  ...
  timeout = -1
}

this will tell gmond to use blocking io which will prevent truncating of the xml data.

good luck!
-matt

p.s. this bug will be addressed in version 3.0.1.


Kumar Vaibhav wrote:
Hello

I was using the older version of ganglia (2.5.4). The paarameter filter on the node only drive me to the new version of ganglia ie 3.0.0. I compiled it and updated the whole cluster with gmond 3.0.0. when I tried to run the run the gmetad it stops. finally I checked the gmetad in debug mode It follows an error in XML parsing saying that the parsing error. then I checked the XML data by telnet <datasource> 8649 and saved the information to a file. I checked the linenumber of the error. I noticed that there is an error the METRIC tag overlaps over each other. That is causing the failure. Can you suggest the solution. Since this problem is not there in older version.
bye



--
PGP fingerprint 'A7C2 3C2F 8445 AD3C 135E F40B 242A 5984 ACBC 91D3'

   They that can give up essential liberty to obtain a little
      temporary safety deserve neither liberty nor safety.
  --Benjamin Franklin, Historical Review of Pennsylvania, 1759

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to