Closed
Bug 424008
Opened 18 years ago
Closed 7 years ago
Query can return results from an earlier query that timed out
Categories
(Directory Graveyard :: LDAP Java SDK, defect)
Directory Graveyard
LDAP Java SDK
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: dnault, Assigned: mcs)
Details
Attachments
(1 file)
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12
Build Identifier: 4.17 release
When a query is abandoned because of timeout, it is possible for the ResponseListsner to be released to the pool but still used to store the result of the query when it actually finished.
Our solution was to remove the ResponseListener and SearchListener pools and just allocate a new listener for each request.
Reproducible: Sometimes
Steps to Reproduce:
We were unable to reproduce the problem outside of our load-test environment.
We identified the issue by running with an instrumented version of the SDK.
| Reporter | ||
Comment 1•18 years ago
|
||
Comment 2•7 years ago
|
||
Not activity for at least 6 years, closing.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•