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

(ITS#3746) Lock table errors



Full_Name: Quanah Gibson-Mount
Version: OpenLDAP 2.2.26
OS: Solaris 8
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (171.64.19.82)


My master kept accepting changes, but then all changes would be rejected by the
replica's.  The only error in the reject files was:

ERROR: Internal (implementation specific) error

After starting up a replica in debug mode, and replaying the changes, I tracked
it down to:

bdb(dc=stanford,dc=edu): Lock table is out of available locks
=> bdb_idl_insert_key: c_get failed: Not enough space (12)
<= key_change 12
Attribute index add failurebdb_modify: modify failed (80)

which is really much more useful information than the internal error message. 
Is there wany way to get slurpd to have a more useful error message?

--Quanah