https://issues.apache.org/bugzilla/show_bug.cgi?id=47420
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #2 from [email protected] 2009-06-25 11:31:35 PST --- (In reply to comment #1) > This is deliberate. > > You need to call bind at the start of a test sequence, and unbind at the end. sorry, didn't mention in my email that I AM calling bind/unbind. When the new user is created, it creates a separate context which needs to be closed. The code appears to be missing this close. My test sequence is Threads1 Loops 5000 Thread Bind Add Search Delete Thread Unbind If only doing searches or deletes, there is no thread leak. Only in the add/create. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
