From fb2188ab5005a71d4eaeba586a785bef868a5995 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Fri, 2 Dec 2016 13:27:56 -0800 Subject: [PATCH] ITS#8538 - Update information on the interval keyword, as it affects refreshAndPersist in very specific circumstances --- doc/man/man5/slapd-config.5 | 6 +++++- doc/man/man5/slapd.conf.5 | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/man/man5/slapd-config.5 b/doc/man/man5/slapd-config.5 index dce7beeb7a..e2b75fcdc2 100644 --- a/doc/man/man5/slapd-config.5 +++ b/doc/man/man5/slapd-config.5 @@ -1851,7 +1851,11 @@ operation, a synchronization search remains persistent in the provider slapd. Further updates to the master replica will generate .B searchResultEntry to the consumer slapd as the search responses to the persistent -synchronization search. +synchronization search. If the initial search fails due to an error, the +next synchronization search operation is periodically rescheduled at an +interval time (specified by +.B interval +parameter; 1 day by default) If an error occurs during replication, the consumer will attempt to reconnect according to the diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 0280ab7485..fa26a4ee66 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -1847,7 +1847,11 @@ operation, a synchronization search remains persistent in the provider slapd. Further updates to the master replica will generate .B searchResultEntry to the consumer slapd as the search responses to the persistent -synchronization search. +synchronization search. If the initial search fails due to an error, the +next synchronization search operation is periodically rescheduled at an +interval time (specified by +.B interval +parameter; 1 day by default) If an error occurs during replication, the consumer will attempt to reconnect according to the -- 2.39.5