https://bugs.openldap.org/show_bug.cgi?id=8721
--- Comment #4 from Shawn McKinney smckinney@symas.com --- Can reproduce proxy not lifting quarantine if the searches continue during quarantine period.
Once the operations stop, the quarantine will lift after the specified elapsed time.
For example:
Three servers: a. huey (proxy) b. dewey (backend server) c. louie (backend server)
1. Stop louie 2. Issue search to huey, only dewey's entries in result set (as expected) 3. Start louie 4. Issue searches before louie's quarantine expires (e.g. 20 seconds) 5. Louie will remain in quarantine while the search ops continue 6. Stop search ops 7. Wait 20 seconds 8. Louie's quarantine expires 9. Start searches again, all of dewey and louie entries now in result set