You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2009/06/17 23:24:07 UTC

[jira] Resolved: (DIRSERVER-1376) sublevel index grows without limit

     [ https://issues.apache.org/jira/browse/DIRSERVER-1376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny resolved DIRSERVER-1376.
------------------------------------------

    Resolution: Fixed

After a few hours debuging with Kiran, we found that an index tuple is added every time we create an entry, containing <id,id> (this allows the engine to know that the entry itself is a part of the search when using a SUBTREE scope), but was never deleted.

It has been fixed.

> sublevel index grows without limit
> ----------------------------------
>
>                 Key: DIRSERVER-1376
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1376
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.4
>            Reporter: Emmanuel Lecharny
>            Priority: Blocker
>             Fix For: 1.5.5
>
>
> When adding and removing an entry again and again, the sublevel index is growing, growing, growing ... After having inserted around 200 000 entries, it was 23 Mb big.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.