From c078c408681807438b1be788e2156e446b9c95bc Mon Sep 17 00:00:00 2001
From: abobrov <abobrov@localhost>
Date: Thu, 23 Apr 2009 15:04:01 +0000
Subject: [PATCH] - fix regression introduced by the fix for issue 3773 in revision 5243. - fix task scheduler completed tasks cleanup. - fix task scheduler retention time calculation. - fix task scheduler to no longer throw alerts if recurring task is not found when scheduling next iteration and remove related alert messages. - fix recurring task unit test to be less prone to timing issues by scheduling test tasks way ahead.
---
opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java | 23 -----------------------
1 files changed, 0 insertions(+), 23 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java b/opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java
index f87175f..db00003 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -1288,29 +1288,6 @@
/**
* The description for the alert type that will be used for the alert
- * notification generated if a recurring task cannot be found to schedule the
- * next iteration after the previous iteration has completed.
- */
- public static final String ALERT_DESCRIPTION_CANNOT_FIND_RECURRING_TASK =
- "This alert type will be used to notify administrators if the " +
- "Directory Server is unable to locate a recurring task definition in " +
- "order to schedule the next iteration once the previous iteration has " +
- "completed.";
-
-
-
- /**
- * The alert type string that will be used for the alert notification
- * generated if a recurring task cannot be found to schedule the next
- * iteration after the previous iteration has completed.
- */
- public static final String ALERT_TYPE_CANNOT_FIND_RECURRING_TASK =
- "org.opends.server.CannotFindRecurringTask";
-
-
-
- /**
- * The description for the alert type that will be used for the alert
* notification generated if an error occurs while attempting to rename the
* current tasks backing file.
*/
--
Gitblit v1.10.0