From 6b81fb1e0c731c08a40a6f1a364692eac89829b9 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Mon, 7 Apr 2014 14:03:44 -0400 Subject: [PATCH] INT-3353 Fix Docbook White Space JIRA: https://jira.spring.io/browse/INT-3355 --- src/reference/docbook/redis.xml | 4 ++-- src/reference/docbook/whats-new.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/reference/docbook/redis.xml b/src/reference/docbook/redis.xml index af7b398e3b..5f73cefa31 100644 --- a/src/reference/docbook/redis.xml +++ b/src/reference/docbook/redis.xml @@ -795,14 +795,14 @@ the serialization of values, you may want to consider providing your own To avoid "hung" locks (when a server fails), the locks in this registry are expired after a default 60 seconds, but this can be configured on the registry. Locks are normally held for a much smaller - time. + time. Because the keys can expire, an attempt to unlock an expired lock will result in an exception being thrown. However, be aware that the resources protected by such a lock may have been compromised so such exceptions should be considered severe. The expiry should be set at a large enough value to prevent this condition, while small enough that the lock can - be recovered after a server failure in a reasonable amount of time. + be recovered after a server failure in a reasonable amount of time. diff --git a/src/reference/docbook/whats-new.xml b/src/reference/docbook/whats-new.xml index 7cf08d0c37..e3b147e62f 100644 --- a/src/reference/docbook/whats-new.xml +++ b/src/reference/docbook/whats-new.xml @@ -236,7 +236,7 @@ >ConcurrentMetadataStore, allowing it to be used, for example, in a AbstractPersistentAcceptOnceFileListFilter implementation in a multiple application instance/server environment. - For more information, see , + For more information, see , , and .