-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b09
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8281996 | 18.0.2 | Robert Mckenna | P3 | Resolved | Fixed | b01 |
JDK-8281399 | 18.0.1 | Robert Mckenna | P3 | Resolved | Fixed | b06 |
JDK-8281408 | 17.0.4-oracle | Robert Mckenna | P3 | Resolved | Fixed | b01 |
JDK-8281933 | 17.0.3-oracle | Robert Mckenna | P3 | Resolved | Fixed | b06 |
JDK-8282497 | 17.0.3 | Goetz Lindenmaier | P3 | Resolved | Fixed | b04 |
JDK-8290304 | 15.0.9 | Yuri Nesterenko | P3 | Resolved | Fixed | b01 |
JDK-8290302 | 13.0.13 | Yuri Nesterenko | P3 | Resolved | Fixed | b01 |
JDK-8281411 | 11.0.16-oracle | Robert Mckenna | P3 | Resolved | Fixed | b01 |
JDK-8281930 | 11.0.15-oracle | Robert Mckenna | P3 | Resolved | Fixed | b06 |
JDK-8282752 | 11.0.15 | Goetz Lindenmaier | P3 | Resolved | Fixed | b05 |
JDK-8281441 | 8u341 | Robert Mckenna | P3 | Resolved | Fixed | b01 |
JDK-8281889 | 8u331 | Robert Mckenna | P3 | Resolved | Fixed | b06 |
JDK-8286237 | 7u361 | Robert Mckenna | P3 | Resolved | Fixed | b01 |
JDK-8281496 | 7u351 | Robert Mckenna | P3 | Resolved | Fixed | b01 |
JDK-8281848 | 7u341 | Robert Mckenna | P3 | Resolved | Fixed | b06 |
a) the ldap context url has a primary and a fallback server
b) the primary server is unreachable
c) a connection timeout is set
d) multiple threads are attempting to make connections to the ldap server
e) connection pooling is in use
each of the threads will stack up on the connection pool waiting for every earlier thread to attempt to connect to the dead ldap server before even starting the counter for the connection timeout. E.g. the 10th thread would be stuck for 90 seconds prior to attempting to connect and would then wait the entire 10 seconds of the timeout value before giving up.
- backported by
-
JDK-8281399 LDAP connection timeout not honoured under contention
- Resolved
-
JDK-8281408 LDAP connection timeout not honoured under contention
- Resolved
-
JDK-8281411 LDAP connection timeout not honoured under contention
- Resolved
-
JDK-8281441 LDAP connection timeout not honoured under contention
- Resolved
-
JDK-8281496 LDAP connection timeout not honoured under contention
- Resolved
-
JDK-8281848 LDAP connection timeout not honoured under contention
- Resolved
-
JDK-8281889 LDAP connection timeout not honoured under contention
- Resolved
-
JDK-8281930 LDAP connection timeout not honoured under contention
- Resolved
-
JDK-8281933 LDAP connection timeout not honoured under contention
- Resolved
-
JDK-8281996 LDAP connection timeout not honoured under contention
- Resolved
-
JDK-8282497 LDAP connection timeout not honoured under contention
- Resolved
-
JDK-8282752 LDAP connection timeout not honoured under contention
- Resolved
-
JDK-8286237 LDAP connection timeout not honoured under contention
- Resolved
-
JDK-8290302 LDAP connection timeout not honoured under contention
- Resolved
-
JDK-8290304 LDAP connection timeout not honoured under contention
- Resolved
- blocks
-
JDK-8277954 Replace use of monitors with explicit locks in the JDK LDAP provider implementation
- Resolved
- csr for
-
JDK-8280829 ldap connection timeout not honoured under contention
- Closed
- links to
-
Commit openjdk/jdk11u/1cff5631
-
Commit openjdk/jdk13u-dev/525396a1
-
Commit openjdk/jdk15u-dev/31d795e2
-
Commit openjdk/jdk17u-dev/47f29a34
-
Commit openjdk/jdk18u/f1c76946
-
Commit openjdk/jdk/3d926dd6
-
Review openjdk/jdk11u/29
-
Review openjdk/jdk13u-dev/368
-
Review openjdk/jdk15u-dev/231
-
Review openjdk/jdk17u-dev/180
-
Review openjdk/jdk18u/20
-
Review openjdk/jdk/6568