[Date Prev][Date Next] [Chronological] [Thread] [Top]

slapd-ldap quarantine, manual slapd restart is required



Hi,

I am using the quarantine option of back-ldap, using the following setting:

olcDbQuarantine 10,30;60,+

which AFAIK it means that proxy ldap will try to unset the quarantine in 10 seconds for 30 times, and then will try every 60 seconds, forever.

In my case when proxy ldap put the backend target into quarantine
the following lines were written in slapd.log, and after that proxy ldap never managed to remove the target from quarantine.
 
Oct  7 21:30:58 proxy slapd[330]: conn=632725 op=0 ldap_back_retry: retrying URI="ldap://back01 ldap://back02" DN=""
Oct  7 21:30:58 proxy slapd[330]: conn=632725 op=0: ldap_back_quarantine enter.
Oct  7 21:31:08 proxy slapd[330]: conn=632759 op=0: ldap_back_getconn quarantine retry block #0 try #0.

It seems to me that back ldap tried once to check the target status in 10 seconds, and after that nothing.....

1. Is the config syntax correct?
2. Is there any case this to be a regression of ITS#5592

Thanks,
Nikos