This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster/group/daemon app.c cpg.c gd_internal.h ...


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2006-09-26 19:17:21

Modified files:
	group/daemon   : app.c cpg.c gd_internal.h joinleave.c main.c 

Log message:
	Add debugging in four areas to help us know more quickly when something
	might be wrong at the cpg level:
	- log if cpg flow control goes on
	- log when we're waiting to receive a cpg event for our own join
	- when we're in a FOO_STOP_WAIT or FOO_START_WAIT state, log how
	many more cpg messages we're waiting to receive before moving on
	to the next state
	- save the event id of the last cpg message we sent, and clear that
	value when we receive that message back (this value is printed to
	the debug log when someone runs group_tool, not shown in the
	group_tool output)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/app.c.diff?cvsroot=cluster&r1=1.45&r2=1.46
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/cpg.c.diff?cvsroot=cluster&r1=1.31&r2=1.32
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/gd_internal.h.diff?cvsroot=cluster&r1=1.40&r2=1.41
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/joinleave.c.diff?cvsroot=cluster&r1=1.17&r2=1.18
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/main.c.diff?cvsroot=cluster&r1=1.44&r2=1.45


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]