RE: [Ganglia-developers] Possible bug in hosts up calculation when federating clusters.

2006-03-22 Thread Martin Knoblauch
-Original Message- From: Martin Knoblauch [mailto:[EMAIL PROTECTED] Sent: 21 March 2006 12:49 To: Grevis, Richard: IT (LDN); ganglia-developers@lists.sourceforge.net Subject: RE: [Ganglia-developers] Possible bug in hosts up calculation when federating clusters. Richard, OK. After

Re: [Ganglia-developers] Possible bug in hosts up calculation when federating clusters.

2006-03-22 Thread matt massie
@lists.sourceforge.net Subject: RE: [Ganglia-developers] Possible bug in hosts up calculation when federating clusters. Richard, OK. After another look at the code I am sure setting old to 0 does not hurt. So, what about below one? Martin diff -u -r1.45 process_xml.c --- process_xml.c 18 Nov 2004 20:14:31

[Ganglia-developers] Possible bug in hosts up calculation when federating clusters.

2006-03-21 Thread Richard.Grevis
All, when I had debugging turned on in gmetad, the daemon was announcing data sources as old, when they were not. Looking at the code, 3.0.2 or 3.0.3 gmetad/process_xml.c, line 821 or so, function startElement_GANGLIA_XML: snip if (xt-tag == VERSION_TAG) {

RE: [Ganglia-developers] Possible bug in hosts up calculation when federating clusters.

2006-03-21 Thread Martin Knoblauch
super. It seems that SF is lagging a bit right now, as I am not seeing my postings there. Added Matt to CC. Cheers Martin --- [EMAIL PROTECTED] wrote: Martin, no doubt you will see matt's mail soon, we are doing a bit of mail tag. The version I already tested had an explicit assignment

RE: [Ganglia-developers] Possible bug in hosts up calculation when federating clusters.

2006-03-21 Thread Martin Knoblauch
bug in hosts up calculation when federating clusters. Hi Richard, oops. You are both right and wrong :-) Looking at the code and comments for old, it seems that the whole logic is pre-3.0. It was used to distinguish between 2.5.x and prior versions. For that purpose the code is right

RE: [Ganglia-developers] Possible bug in hosts up calculation when federating clusters.

2006-03-21 Thread Richard.Grevis
regards, Richard -Original Message- From: Martin Knoblauch [mailto:[EMAIL PROTECTED] Sent: 21 March 2006 12:49 To: Grevis, Richard: IT (LDN); ganglia-developers@lists.sourceforge.net Subject: RE: [Ganglia-developers] Possible bug in hosts up calculation when federating clusters. Richard

RE: [Ganglia-developers] Possible bug in hosts up calculation when federating clusters.

2006-03-21 Thread Richard.Grevis
-developers] Possible bug in hosts up calculation when federating clusters. Hi Richard, oops. You are both right and wrong :-) Looking at the code and comments for old, it seems that the whole logic is pre-3.0. It was used to distinguish between 2.5.x and prior versions. For that purpose the code