[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: mmr pair stops replicating: "consumer state is newer than provider"
- To: openldap-technical@openldap.org
- Subject: Re: mmr pair stops replicating: "consumer state is newer than provider"
- From: btb <btb@bitrate.net>
- Date: Tue, 27 Jun 2017 16:35:51 -0400
- Content-language: en-US
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bitrate.net; s=default; t=1498595752; bh=fOWNR3vBwd5rE+a85jVcQ/UkryM9ALvhJL085RLw0Xs=; h=Subject:To:References:From:Date:In-Reply-To:From; b=GMEgnXmq819iR5ZSgfSAIioGYGAkktKuMi1Dd8u2yzHzIEU0WlXdWZWLbcIORWjCA jPhPHaAeQt+Y2Jr0dRsoFU8c/zML9ueBSQblPRrnqGaVJNnWRfqOfgx/F1aVIJUa9N 4SJnn7GKWqNPVbJLkVI1FxYk8qpRn//QTXK8m+LI=
- In-reply-to: <B3D6DB90F83F55DBF692C0B8@[192.168.1.30]>
- References: <460a87bc-ccb6-9553-bb6a-b57de306058e@bitrate.net> <WM!721ba9b642972ca17483c621787c32b1e0b1f650e884b9d0653d75b7c6a4b403485f248df406b00e352a97047c1e5e1c!@mailstronghold-1.zmailcloud.com> <B3D6DB90F83F55DBF692C0B8@[192.168.1.30]>
- User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:54.0) Gecko/20100101 Thunderbird/54.0
On 6/27/17 10:27 AM, Quanah Gibson-Mount wrote:
--On Tuesday, June 27, 2017 10:37 AM -0400 btb <btb@bitrate.net> wrote:
i'm using 2.4.44 on freebsd, built from ports. i can provide any config
details etc - i just didn't want to inundate the post with guesses on
detail that might not be relevant.
What is your accesslog purge setting? Do you have long periods of time
with no write activity?
there are some extended periods of time with no write activity, yes.
here are the current access log settings:
dn: olcOverlay={0}accesslog,olcDatabase={2}mdb,cn=config
objectClass: olcAccessLogConfig
objectClass: olcConfig
objectClass: olcOverlayConfig
objectClass: top
olcAccessLogDB: cn=accesslog
olcOverlay: {0}accesslog
olcAccessLogOps: writes
olcAccessLogPurge: 7+00:00 1+00:00
olcAccessLogSuccess: TRUE
if i'm following slapo-accesslog(5) correctly, this means scan every day
for old entries and delete entries older than 7 days.
-ben