[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: password policy module memory leaks / excessive replication?
- To: "'Quanah Gibson-Mount'" <quanah@zimbra.com>, <openldap-technical@openldap.org>
- Subject: RE: password policy module memory leaks / excessive replication?
- From: "Paul B. Henson" <henson@acm.org>
- Date: Mon, 5 May 2014 19:40:31 -0700
- Content-language: en-us
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:references:in-reply-to:subject:date:message-id :mime-version:content-type:content-transfer-encoding:thread-index :content-language; bh=+2mObbIUg9/X9p1InFnn6O5XbOCzWV7OwZWovKnnjpE=; b=Iu6y631YYztw4e6S3MvOy5o1OUpJJkXjMbs52cE1axgaHG5wQxMKuZlv9fLlQlCF5O w68vb9Ff+Fn7ZGSoospa0LBiEOxmbpancf8IlSnd9I5YYoQRjD2U36LLFkWCU/ssraw9 HRNyzIggw/+NcZbWHE3jg+ZVpZZOKgDshrfU2fChYxeUeTj3sDwIUXJjakcXZ8Waajt2 Yofo1+RmQt0FktBGYOThyRqjCf5O80gjKyttIOn5uDSMf6Js6e8H/3c52auRhi0pJ4DP 3Ug76aYU1qG8mXA0UMbHVF2nrEmxFagSPVMsMf/aabknZAuN1dSULHU0k5/qJ/qovb0Z 5HSg==
- In-reply-to: <7AC81676D5A51377F128A3D4@[192.168.1.15]>
- References: <184d01cf666b$28eabd00$7ac03700$@acm.org> <7AC81676D5A51377F128A3D4@[192.168.1.15]>
- Thread-index: AQFiwJoyJ8vIDez9YajWNIdlUrDEcwJm3BZKm/jwejA=
> From: Quanah Gibson-Mount
> Sent: Friday, May 02, 2014 7:22 PM
>
> I would suggest (if you haven't) enabling sync replication logging
> (loglevel sync) in addition to whatever other loglevels you have. I've
> found it is possible to send MMR into an endless loop in some cases
> recently. I'm still working on the reproduction case for it, but it
> happens 100% of the time for a client of ours eventually.
Ouch. By any chance, does your client use the password policy module? I've
never had a problem like this until I started testing with it in my
development instance.
I've enabled the additional logging level and reset my testing to the
beginning, and will see if it does it again. When it happens to your client
in production, how do you resolve it?
Thanks.