Multiple round trips for DNs
Bug #1230260 reported by
Adam Young
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
Medium
|
Nathan Kinder |
Bug Description
Many LDAP objects are managed by DN : user and group especially. However, converting the ID to the DN may require a search. In those cases, the ID is recoreded, but the DN is not, and the serrach is executed multiple times. This increases the load on the server and slows down results.
Example can be seen here:
get_user will call
if the config is set to search subtrees will call:
and then it is a called again directly at
self.
Changed in keystone: | |
status: | New → Triaged |
Changed in keystone: | |
importance: | Undecided → Medium |
Changed in keystone: | |
assignee: | nobody → Adam Young (ayoung) |
Changed in keystone: | |
status: | Triaged → In Progress |
Changed in keystone: | |
assignee: | nobody → Nathan Kinder (nkinder) |
status: | Triaged → In Progress |
Changed in keystone: | |
assignee: | Nathan Kinder (nkinder) → Adam Young (ayoung) |
tags: | added: ldap performance |
Changed in keystone: | |
assignee: | Adam Young (ayoung) → Nathan Kinder (nkinder) |
Changed in keystone: | |
milestone: | none → juno-1 |
status: | Fix Committed → Fix Released |
Changed in keystone: | |
milestone: | juno-1 → 2014.2 |
To post a comment you must log in.
Unassigning due to inactivity.