From a8f5d8345278d27ddf5325d3977e460b86b6275f Mon Sep 17 00:00:00 2001 From: ludovicp <ludovicp@localhost> Date: Tue, 27 Apr 2010 20:56:50 +0000 Subject: [PATCH] Fixing several issues with the Control Panel, the QuickSetup, Core server and Replication. Also improves unit, functional tests. More specifically this commit resolves the following open issues: 4385 - NPE when using ExtensibleMatch filter without a matching rule 4521 - dynamic lookup in attribut selection when selecting the sort order attribut while defining VLV index 4531 - Control Panel creates virtual static groups using groupOfURLs as objectclass 4533 - NullPointerException when configuring replication between 2 OpenDS 4539 - DSML Gateway - jaxb.properties Exception --- opends/src/admin/messages/FileBasedAccessLogPublisherCfgDefn.properties | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/opends/src/admin/messages/FileBasedAccessLogPublisherCfgDefn.properties b/opends/src/admin/messages/FileBasedAccessLogPublisherCfgDefn.properties index ce70eb7..30cd2fe 100644 --- a/opends/src/admin/messages/FileBasedAccessLogPublisherCfgDefn.properties +++ b/opends/src/admin/messages/FileBasedAccessLogPublisherCfgDefn.properties @@ -13,6 +13,7 @@ property.log-file-permissions.synopsis=The UNIX permissions of the log files created by this File Based Access Log Publisher. property.log-file-permissions.syntax.string.pattern.synopsis=A valid UNIX mode string. The mode string must contain three digits between zero and seven. property.queue-size.synopsis=The maximum number of log records that can be stored in the asynchronous queue. +property.queue-size.description=Setting the queue size to zero activates parallel log writer implementation which has no queue size limit and as such the parallel log writer should only be used on a very well tuned server configuration to avoid potential out of memory errors. property.queue-size.requires-admin-action.synopsis=The File Based Access Log Publisher must be restarted if this property is changed and the asynchronous property is set to true. property.retention-policy.synopsis=The retention policy to use for the File Based Access Log Publisher . property.retention-policy.description=When multiple policies are used, log files are cleaned when any of the policy's conditions are met. -- Gitblit v1.10.0