-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.3.0
-
None
-
generic
-
generic
A base object search is 2 to 3 times faster than an equivalent getAttributes operation. They should have similar performance.
The DirContext.getAttributes method performs an LDAP search (base) and then sends an LDAP abandon operation. The abandon operation is superfluous, is
detrimental to performance and should not be sent.
The DirContext.getAttributes method performs an LDAP search (base) and then sends an LDAP abandon operation. The abandon operation is superfluous, is
detrimental to performance and should not be sent.
- duplicates
-
JDK-4323147 getAttributes method sends an unnecessary LDAP abandon operation.
-
- Resolved
-
- relates to
-
JDK-4511678 extraneous 'abandon' requests being sent for some searches
-
- Resolved
-