You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Alex Karasulu (JIRA)" <ji...@apache.org> on 2007/12/04 03:56:43 UTC

[jira] Created: (DIRSERVER-1106) Hot partition removal leaves server in inconsistent state (removal is buggy)

Hot partition removal leaves server in inconsistent state (removal is buggy)
----------------------------------------------------------------------------

                 Key: DIRSERVER-1106
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1106
             Project: Directory ApacheDS
          Issue Type: Bug
          Components: core
            Reporter: Alex Karasulu
             Fix For: bigbang


To chase this one down just move the PartitionConfigurationIT test case from bottom position up a notch to see how it leaves the core service inconsistent for the next tests to execute.  

This is a serious issue.



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


[jira] Closed: (DIRSERVER-1106) Hot partition removal leaves server in inconsistent state (removal is buggy)

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

Emmanuel Lecharny closed DIRSERVER-1106.
----------------------------------------


closed

> Hot partition removal leaves server in inconsistent state (removal is buggy)
> ----------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1106
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1106
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.5.4
>            Reporter: Alex Karasulu
>             Fix For: 1.5.5
>
>
> To chase this one down just move the PartitionConfigurationIT test case from bottom position up a notch to see how it leaves the core service inconsistent for the next tests to execute.  
> This is a serious issue.

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


[jira] Updated: (DIRSERVER-1106) Hot partition removal leaves server in inconsistent state (removal is buggy)

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

Emmanuel Lecharny updated DIRSERVER-1106:
-----------------------------------------

    Affects Version/s: bigbang
        Fix Version/s:     (was: bigbang)
                       1.5.2

As it is serious, should be fixed in the next release

> Hot partition removal leaves server in inconsistent state (removal is buggy)
> ----------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1106
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1106
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: bigbang
>            Reporter: Alex Karasulu
>             Fix For: 1.5.2
>
>
> To chase this one down just move the PartitionConfigurationIT test case from bottom position up a notch to see how it leaves the core service inconsistent for the next tests to execute.  
> This is a serious issue.

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


[jira] Updated: (DIRSERVER-1106) Hot partition removal leaves server in inconsistent state (removal is buggy)

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

Emmanuel Lecharny updated DIRSERVER-1106:
-----------------------------------------

    Fix Version/s:     (was: 1.5.2)
                   1.5.3

Not easy... Postponed.

> Hot partition removal leaves server in inconsistent state (removal is buggy)
> ----------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1106
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1106
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: bigbang
>            Reporter: Alex Karasulu
>             Fix For: 1.5.3
>
>
> To chase this one down just move the PartitionConfigurationIT test case from bottom position up a notch to see how it leaves the core service inconsistent for the next tests to execute.  
> This is a serious issue.

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


[jira] Resolved: (DIRSERVER-1106) Hot partition removal leaves server in inconsistent state (removal is buggy)

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

Emmanuel Lecharny resolved DIRSERVER-1106.
------------------------------------------

    Resolution: Fixed

Seems to be fixed in ads-mina2. Whatever position we put the test, the other tests are running ok.

> Hot partition removal leaves server in inconsistent state (removal is buggy)
> ----------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1106
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1106
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.5.4
>            Reporter: Alex Karasulu
>             Fix For: 1.5.5
>
>
> To chase this one down just move the PartitionConfigurationIT test case from bottom position up a notch to see how it leaves the core service inconsistent for the next tests to execute.  
> This is a serious issue.

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


[jira] Updated: (DIRSERVER-1106) Hot partition removal leaves server in inconsistent state (removal is buggy)

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

Alex Karasulu updated DIRSERVER-1106:
-------------------------------------

    Fix Version/s:     (was: 1.5.3)
                   1.5.4

Pushing this to 1.5.4 since partition addition and removal will be drastically effected in these changes that remove all the JNDI crud.  Also we should remove partition addition and remove from the interceptor chain and just make it an operation to be performed on the DirectoryService through the PartitionNexus.

> Hot partition removal leaves server in inconsistent state (removal is buggy)
> ----------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1106
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1106
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: bigbang
>            Reporter: Alex Karasulu
>             Fix For: 1.5.4
>
>
> To chase this one down just move the PartitionConfigurationIT test case from bottom position up a notch to see how it leaves the core service inconsistent for the next tests to execute.  
> This is a serious issue.

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


[jira] Updated: (DIRSERVER-1106) Hot partition removal leaves server in inconsistent state (removal is buggy)

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

Alex Karasulu updated DIRSERVER-1106:
-------------------------------------

    Fix Version/s:     (was: 1.5.4)
                   1.5.5

> Hot partition removal leaves server in inconsistent state (removal is buggy)
> ----------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1106
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1106
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.5.4
>            Reporter: Alex Karasulu
>             Fix For: 1.5.5
>
>
> To chase this one down just move the PartitionConfigurationIT test case from bottom position up a notch to see how it leaves the core service inconsistent for the next tests to execute.  
> This is a serious issue.

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