Review and make sure eagar loading of target entries in OperationContexts
occurs at most once
---------------------------------------------------------------------------------------------
Key: DIRSERVER-1219
URL: https://issues.apache.org/jira/browse/DIRSERVER-1219
Project: Directory ApacheDS
Issue Type: Improvement
Reporter: Alex Karasulu
Fix For: 1.5.4
We have added an entry property to all operation contexts as well as a superior
(entry) field to MoveOperationContext. This was done so we do not have
redundant lookups occurring. It's to facilitate performance in the server.
The problem is this feature is not being used at all. The interceptors doing
lookups are not stuffing the entry back into the opctx. Neither are they
checking to see if the entry was already looked up and reusinig it.
This requires a kind of audit and review. Perhaps best done during RC releases
before 2.0 while optimizations are being investigated. Note that this should
be done after the following issue is dealt with to prevent problems with
entries that are looked up and empty with no attributes: DIRSERVER-1218
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.