From e273d50697973bd6586047d3591b2e1e749d2338 Mon Sep 17 00:00:00 2001 From: chenson42 Date: Sun, 10 Feb 2008 20:33:42 +0000 Subject: [PATCH] Made the purge of incoming and outgoing batches exclusive. Also made sure if one fails, the other will still be able to run. --- symmetric/src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/symmetric/src/changes/changes.xml b/symmetric/src/changes/changes.xml index 03805d7900..8adf23eb20 100644 --- a/symmetric/src/changes/changes.xml +++ b/symmetric/src/changes/changes.xml @@ -45,6 +45,9 @@ prevent the loss of data should the symmetric.runtime.incoming.batches.skip.duplicates property be set to true. + + Made the purge of incoming and outgoing batches exclusive. Also made sure if one fails, the other will still be able to run. + Make the AbstractJob configurable so that it can reschedule itself. If we do this, then we get natural randomness in the push, pull cycles.