From fcd7a0cb3d2ba59aac69bc9492f0824891fa47a6 Mon Sep 17 00:00:00 2001 From: matthew_swift <matthew_swift@localhost> Date: Fri, 17 Sep 2010 22:54:59 +0000 Subject: [PATCH] Make sure completed tasks retention limit is respected upon server restarts. --- opendj-sdk/opends/src/messages/messages/backend.properties | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/backend.properties b/opendj-sdk/opends/src/messages/messages/backend.properties index 31c2177..b20b339 100644 --- a/opendj-sdk/opends/src/messages/messages/backend.properties +++ b/opendj-sdk/opends/src/messages/messages/backend.properties @@ -410,6 +410,8 @@ the same ID SEVERE_ERR_TASKSCHED_DUPLICATE_TASK_ID_134=Unable to schedule task %s because \ another task already exists with the same ID +MILD_WARN_TASKSCHED_DUPLICATE_TASK_ID_135=Unable to add completed task %s to \ + the task scheduler because another task already exists with the same ID SEVERE_ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION_136=An error \ occurred while attempting to schedule the next iteration of recurring task \ %s: %s -- Gitblit v1.10.0