-
Suggestion
-
Resolution: Fixed
-
None
-
None
As an admin who has connected Crowd (or an Embedded Crowd product) to an LDAP server, I want to know if the LDAP queries are performing well, or they are being very slow.
- relates to
-
LEM-508 Failed to load
[CWD-4082] As a sysadmin, I want to know when some LDAP queries are unreasonably slow
Workflow | Original: JAC Suggestion Workflow [ 3363178 ] | New: JAC Suggestion Workflow 3 [ 3626856 ] |
Status | Original: RESOLVED [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: Simplified Crowd Development Workflow v2 [ 1392205 ] | New: JAC Suggestion Workflow [ 3363178 ] |
Issue Type | Original: New Feature [ 2 ] | New: Suggestion [ 10000 ] |
Workflow | Original: Crowd Development Workflow v2 [ 751673 ] | New: Simplified Crowd Development Workflow v2 [ 1392205 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Remote Link | New: This issue links to "LEM-508 (SDOG)" [ 83238 ] |
If an LDAP query takes more than X milliseconds, Crowd will now log INFO level log messages with the time (in ms) taken by the LDAP query. If the LDAP query takes less time than X milliseconds, the query time taken will be logged at debug level.
X in the above paragraph is a number, defaulting to 1000 (i.e. default threshold is 1 second), and can be changed by setting the system property com.atlassian.crowd.ldap.log.wait.threshold to a different number.