Aaron Richton wrote:
On Mon, 11 May 2009, Quanah Gibson-Mount wrote:
Overall, RE24 looks a lot better than 2.4.16, yes. There's still a nasty BDB deadlock that's cropped up for two of us now, that really needs figuring out.
Hmm. Given a clean shutdown:
slapd[2085]: [ID 707592 local4.debug] slapd shutdown: waiting for 0 operations/tasks to finish
that looks like it completed fine:
# ps -ef | grep 2085 root 15268 1261 0 15:14:17 pts/1 0:00 grep 2085
is it expected that db_stat would still show:
# /usr/local/db4/bin/sparcv9/db_stat -CA | grep pid | cut -d/ -f2 | cut -d\ -f2 | sort | uniq -c 32 2085
notice pid 2085 matches? I'd expect that to be gone--is that wrong?
It should be gone. Show the full db_stat -CA output.