JDK-8041451 : com.sun.jndi.ldap.Connection:ReadTimeout should abandon ldap request
  • Type: Bug
  • Component: core-libs
  • Sub-Component: javax.naming
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2014-04-22
  • Updated: 2016-06-13
  • Resolved: 2014-05-23
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7 JDK 8 JDK 9
6u85Fixed 7u72Fixed 8u25Fixed 9 b15Fixed
Description
Readtimeout does not send ldap abandon request to the server. If this doesn't happen, the timedout request would be wasting resources on the LDAP server. 

 

Comments
- Fix for Release : 7u72 - Risk Analysis : Low - very simple changet to have readTimout abandon timed out requests - Testing (done/to-be-done) : noreg-hard
15-07-2014