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/messages/messages/backend.properties | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/backend.properties b/opendj-sdk/opends/src/messages/messages/backend.properties index 78593bf..fdc0654 100644 --- a/opendj-sdk/opends/src/messages/messages/backend.properties +++ b/opendj-sdk/opends/src/messages/messages/backend.properties @@ -410,10 +410,6 @@ the same ID SEVERE_ERR_TASKSCHED_DUPLICATE_TASK_ID_134=Unable to schedule task %s because \ another task already exists with the same ID -SEVERE_ERR_TASKSCHED_CANNOT_FIND_RECURRING_TASK_135=Task %s has completed \ - processing and indicates that it is associated with recurring task %s but no \ - recurring task with that ID is currently defined so it is not possible to \ - schedule the next iteration 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