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:22:07 UTC

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

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.


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

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12720914#action_12720914 ] 

Emmanuel Lecharny commented on DIRSERVER-1376:
----------------------------------------------

Fixed in http://svn.apache.org/viewvc?rev=785810&view=rev

> 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.


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

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny closed DIRSERVER-1376.
----------------------------------------


> 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.


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

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ 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.