Selon Pierangelo Masarati ando@sys-net.it:
ali.pouya@free.fr wrote:
Hi, I use openldap 2.3.35 with the following bdb configuration.
database bdb .... checkpoint 1000000 10
In my DB_CONFIG file I have :
set_flags DB_LOG_AUTOREMOVE
There ise a great LDAP read/write activity on my server.
I notice that every 10 minutes some of my search requests receive randomly
an
error 3 (Time Limit Exceeded) within one or two seconds while I'm using the slapd default timelimit (3600 seconds).
I think a relation exists between this error and the checkpoint activity
(slapd
is inclined to generate unjustified error 3 at checkpoint time) . Is it possible to study this problem ?
I can send more information if required.
Do you mean that regular requests (to the producer or to the consumer?) often receive "Time Limit Exceeded", or that the replication requests issued by the consumer receive "Time Limit Exceeded" from the producer?
p.
Ing. Pierangelo Masarati OpenLDAP Core Team
SysNet s.r.l. via Dossi, 8 - 27100 Pavia - ITALIA http://www.sys-net.it
Office: +39 02 23998309 Mobile: +39 333 4963172 Email: pierangelo.masarati@sys-net.it
Hi Pierangelo;
What bothers me is that the regular client requests to the consumer receive (scarcely and randomly) "Time Limit Exceeded" at checkpoint time.
The replication requests to the master also receive this error after 3600 seconds when I'm synchronizing a new empty replica (as though I set timelimit unlimited for the sync client), but this is not a problem for me because the syncrepl client makes a new connection to the master and everything works well.
Best regards Ali