Hi list,
we had a lot of trouble with our Dovecot Replicating-Cluster
installation authenticating against LDAP Service.

We ran in a timeout and what happened was that we got more and more
search requests running against on our ldap server.

And on the dovecot site the process got killed after a couple of
seconds. So we ran into a race condition and our LDAP Server was under
heavy load.
We got a log entry like this: "Initial status notification not received
in 30 seconds, killing the process"

So we had to apply the attached patch to our Source based Dovecot Cluster.

Could you please make a configurable Parameter for our Patched value?

That would be great to get this parameter Configurable.

Thanks
Andre Helwig
-- 
Heinlein Support GmbH
Schwedter Str. 8/9b, 10119 Berlin

http://www.heinlein-support.de

Tel: 030 / 405051-0
Fax: 030 / 405051-19

Zwangsangaben lt. §35a GmbHG:
HRB 93818 B / Amtsgericht Berlin-Charlottenburg,
Geschäftsführer: Peer Heinlein -- Sitz: Berlin
--- src/master/service.h.orig	2014-11-07 16:32:24.330468149 +0100
+++ src/master/service.h	2014-11-07 16:32:36.418710001 +0100
@@ -6,7 +6,7 @@
 
 /* If a service process doesn't send its first status notification in
    this many seconds, kill the process */
-#define SERVICE_FIRST_STATUS_TIMEOUT_SECS 30
+#define SERVICE_FIRST_STATUS_TIMEOUT_SECS 120
 
 #define SERVICE_STARTUP_FAILURE_THROTTLE_MIN_SECS 2
 #define SERVICE_STARTUP_FAILURE_THROTTLE_MAX_SECS 60

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to