From 3070174573f3217558d17db2a57815963a2cb027 Mon Sep 17 00:00:00 2001 From: Gaetan Boismal <gaetan.boismal@forgerock.com> Date: Thu, 15 Jan 2015 09:26:10 +0000 Subject: [PATCH] OPENDJ-1693 OPENDJ-1694 OPENDJ-1721 (CR-5748) addrate tool new version This version includes *Bug fixes ** OPENDJ-1693: Solve NoSuchElementException by checking race conditions. ** OPENDJ-1694: Changes the age threshold feature implementation. *Improvement: Adding purge phase --- opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties b/opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties index ed2f4e7..1bbba1d 100755 --- a/opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties +++ b/opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties @@ -22,7 +22,7 @@ # # # Copyright 2010 Sun Microsystems, Inc. -# Portions copyright 2012-2014 ForgeRock AS. +# Portions copyright 2012-2015 ForgeRock AS. # # # Utility messages @@ -536,3 +536,6 @@ specified, but only only one at a time is supported ERR_ADDRATE_DELMODE_RAND_THRESHOLD_AGE=A age based deletion threshold should not be used \ with a random deletion mode +ERR_ADDRATE_SIZE_THRESHOLD_LOWER_THAN_ITERATIONS=The size threshold must be lower than \ + the maximum number of add operations +INFO_ADDRATE_DESCRIPTION_NOPURGE=Disable the purge phase when the tool stops. -- Gitblit v1.10.0