[
https://issues.apache.org/jira/browse/DIRSERVER-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kiran Ayyagari closed DIRSERVER-1510.
-------------------------------------
Resolution: Fixed
Fixed this issue with an assumption that the chances of naming a attribute as
'master' is unlikely, we can review it if required.
Committed the changes done to JdbmIndex/Store here here
http://svn.apache.org/viewvc?rev=950897&view=rev along with updated
test cases.
> JdbmIndex files should be named after the corresponding AttributeType's OID
> ---------------------------------------------------------------------------
>
> Key: DIRSERVER-1510
> URL: https://issues.apache.org/jira/browse/DIRSERVER-1510
> Project: Directory ApacheDS
> Issue Type: Improvement
> Reporter: Kiran Ayyagari
> Assignee: Kiran Ayyagari
> Fix For: 2.0.0-RC1
>
>
> Currently the JdbmIndex files are stored on disk with the AttributeType's
> name, but this can cause problems if there are more than one alias to the
> same AttributeType. Currently the first mentioned alias name is taken into
> consideration while creating the index, however it is good to name the file
> with the OID of
> the AttributeType.
> A text file with the name <OID>-<Attribute'sname>.txt is also maintained to
> make it easy for administrators to identify the indexes easily.
> This text file might include the schema definition of the AttributeType.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.