Chris Browne cbbrowne at lists.slony.info
Mon Feb 5 14:18:08 PST 2007
Update of /home/cvsd/slony1/slony1-engine
In directory main:/tmp/cvs-serv3368

Modified Files:
      Tag: REL_1_1_STABLE
	RELEASE-1.1.7 
Log Message:
Apply bug fix for #1538 to 1.1 branch (already in place in 1.2, HEAD).

This is for the case where a cluster only has one node; in that case,
the cleanup loop wouldn't clear out old events and would never clear
sl_log_[12] until you added a node back in.


Index: RELEASE-1.1.7
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/Attic/RELEASE-1.1.7,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** RELEASE-1.1.7	5 Feb 2007 22:03:30 -0000	1.1.2.2
--- RELEASE-1.1.7	5 Feb 2007 22:18:06 -0000	1.1.2.3
***************
*** 13,14 ****
--- 13,21 ----
  which node 'broke' if the slonik script contained multiple such
  requests.
+ 
+ - Applied bug fix for #1538
+ 
+ If cluster has only one node, then remove all events up to the last
+ SYNC.  That allows the cleanup loop to clear out sl_log_{1/2}.
+ Otherwise, the log tables will forever bloat until you add a second
+ node...




More information about the Slony1-commit mailing list