Chris Browne cbbrowne at lists.slony.info
Wed Feb 28 14:08:34 PST 2007
Update of /home/cvsd/slony1/slony1-engine
In directory main:/tmp/cvs-serv3829

Modified Files:
      Tag: REL_1_2_STABLE
	RELEASE-1.2.7 
Log Message:
- When you run MOVE SET, this populates sl_setsync for the moved set
  even on nodes that are not subscribed.  If, subsequent to doing this, 
  you attempt a SUBSCRIBE SET for a formerly-unsubscribed node, the
  subscription will fail right at the end when the slon tries to insert a
  new value to sl_setsync.

  The fix: DELETE from sl_setsync immediately before the INSERT.  This
  will silently blow away any 'offending' sl_setsync row.

As observed by Afilias staff...


Index: RELEASE-1.2.7
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/Attic/RELEASE-1.2.7,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -d -r1.1.2.5 -r1.1.2.6
*** RELEASE-1.2.7	16 Feb 2007 23:36:18 -0000	1.1.2.5
--- RELEASE-1.2.7	28 Feb 2007 22:08:32 -0000	1.1.2.6
***************
*** 32,33 ****
--- 32,44 ----
  - Added documentation of an issue surrounding NULLABLE columns to the
  log analysis chapter of the admin guide and to the UPGRADING docs.
+ 
+ - When you run MOVE SET, this populates sl_setsync for the moved set
+   even on nodes that are not subscribed.  If, subsequent to doing this, 
+   you attempt a SUBSCRIBE SET for a formerly-unsubscribed node, the
+   subscription will fail right at the end when the slon tries to insert a
+   new value to sl_setsync.
+ 
+   The fix: DELETE from sl_setsync immediately before the INSERT.  This
+   will silently blow away any 'offending' sl_setsync row.
+ 
+   (As observed by Afilias staff...)
\ No newline at end of file



More information about the Slony1-commit mailing list