Howard Chu wrote:
michael@stroeder.com wrote:
Hmm, after 12 iterations slapd instances are blocked:
I believe I've reproduced this once. It looks like the background indexing task was running and preventing a replicated cn=config change from completing. Possibly a call to pausecheck() should be added in the indexer task, but the more serious issue is that the indexer was re-indexing the same entry (entry #1) over and over again, instead of progressing thru the DB. Still trying to reproduce this to see what happened. It never seems to happen with optimization disabled.
Hmm, my build script has CFLAGS="-g -O0"
Ciao, Michael.