Wed May 4 21:53:38 PDT 2005
- Previous message: [Slony1-commit] By cbbrowne: Add move set test, test_D_moveset Also, take out simple
- Next message: [Slony1-commit] By cbbrowne: Add in documentation for recently created functions and
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Add ACCEPT_SET to the listing of different sorts of events that
Slony-I uses
Modified Files:
--------------
slony1-engine/src/backend:
README.events (r1.4 -> r1.5)
-------------- next part --------------
Index: README.events
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/backend/README.events,v
retrieving revision 1.4
retrieving revision 1.5
diff -Lsrc/backend/README.events -Lsrc/backend/README.events -u -w -r1.4 -r1.5
--- src/backend/README.events
+++ src/backend/README.events
@@ -101,6 +101,19 @@
origin of the set.
+ACCEPT_SET
+ ev_data1 set_id
+ ev_data2 old_set_origin
+ ev_data3 new_set_origin
+
+ This was introduced to eliminate a data loss case.
+ When MOVE_SET is received by the new origin node, an ACCEPT_SET
+ is raised.
+
+ On nodes, then, if we receive the ACCEPT_SET first, then we
+ stop processing SYNCs so that a SYNC is not missed in the
+ interim.
+
DROP_SET
ev_data1 set_id
- Previous message: [Slony1-commit] By cbbrowne: Add move set test, test_D_moveset Also, take out simple
- Next message: [Slony1-commit] By cbbrowne: Add in documentation for recently created functions and
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list