Hey all -
I'm having issues with seeing all of the nodes in a cluster.
A1 and A2 are 64bit, I built the gmond from source.
B1, B2, and B3 are 32bit, also built from source.
all have identical gmond.conf files, with:
cluster {
name = "databases"
}
/* Feel free to specify as many udp_send_channels as you like. Gmond
used to only support having a single channel */
udp_send_channel {
mcast_join = 239.2.11.73
port = 8649
}
/* You can specify as many udp_recv_channels as you like as well. */
udp_recv_channel {
mcast_join = 239.2.11.73
port = 8649
bind = 239.2.11.73
}
on the gmetad host, I have them listed as:
data_source "databases" A1 B1
in gmetad.conf.
If I start gmond on A1 and A2 first, gmetad will only see those two, and not
the others.
and vice versa.
No matter how they are listed in gmetad.conf, I won't be able to see both
groups in the cluster at the same time. Is this an issue with having 64bit
and/or 32bit nodes in the same cluster ?
this behaviour is confirmed with gstat.....run on an A server, it lists only
two in the cluster, and run on a B server, it only sees 3 nodes.
thanks!
john