[
https://issues.apache.org/jira/browse/DIRSERVER-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12702814#action_12702814
]
Stefan Seelmann commented on DIRSERVER-1352:
--------------------------------------------
Hi Marcos,
thanks for the patch, I applied it to trunk.
Regarding the test: You need to add a new partition with another suffix. By
default the test class starts with the system partition only. But you could
define your own factory to add additional partitions. I added the factory and
two tests to the existing AddIT, see
http://svn.apache.org/viewvc?view=rev&revision=768609.
Stefan
> Infinite Loop when deleting an alias with suffix size > 1
> ---------------------------------------------------------
>
> Key: DIRSERVER-1352
> URL: https://issues.apache.org/jira/browse/DIRSERVER-1352
> Project: Directory ApacheDS
> Issue Type: Bug
> Components: ldap
> Affects Versions: 1.5.4
> Environment: windows xp
> Reporter: Marcos Macedo
> Priority: Critical
> Attachments: AliasDeleteIT.java, DIRSERVER-1352.patch
>
> Original Estimate: 2h
> Remaining Estimate: 2h
>
> if you have a domain with a suffix size greather than 1, eg.
> dc=example,dc=com, and try to remove an alias, the operation will hang
> forever.
> I have traced the problem and figure that the method dropAliasIndices from
> JdbmStore.java have a while loop that drives the operation to hang forever if
> your suffix is greater than 1. Thats because the getPrefix is used with
> parameter 1 instead of ancestorDn.size() - 1
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.