CVS User Account cvsuser
Thu Nov 16 12:12:30 PST 2006
Log Message:
-----------
Add more notes of changes in 1.2.1

Tags:
----
REL_1_2_STABLE

Modified Files:
--------------
    slony1-engine:
        RELEASE-1.2.1 (r1.1.2.1 -> r1.1.2.2)

-------------- next part --------------
Index: RELEASE-1.2.1
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/RELEASE-1.2.1,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -LRELEASE-1.2.1 -LRELEASE-1.2.1 -u -w -r1.1.2.1 -r1.1.2.2
--- RELEASE-1.2.1
+++ RELEASE-1.2.1
@@ -14,3 +14,24 @@
 - Fixed a concurrency problem where if you had multiple log
   shipped nodes, the threads processing them shared a single
   file descriptor as well as other variables.
+
+- If a child process exits with return code of 0, that means it
+  *asked* to exit, presumably because configuration changed that it
+  needs to reload.  In that case, there's no need to wait 10s before
+  restarting the thread; we should restart the thread immediately.
+
+  This causes operations like MOVE SET to run ~10s faster per
+  subscription change.
+
+- Added a script, tools/release_checklist.sh, which performs some of
+  the release checklist checks, such as verifying that the Slony-I
+  version number (e.g. - 1.2.1) is consistent across various places
+  that need to reference it.
+
+- altperl scripts have had "listen path" generation removed as that is
+  handled automatically as clusters are built.
+
+- Fixed some portability problems in tools/launch_cluster.sh
+
+- Added a new script, tools/search_logs.sh, meant to search hourly for
+  errors in slon logs and warn an administrator about them.



More information about the Slony1-commit mailing list