You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Kiran Ayyagari (JIRA)" <ji...@apache.org> on 2010/05/28 12:49:38 UTC

[jira] Created: (DIRSERVER-1509) Add mandatory attributes to all LDIF files of config and schema partitions

Add mandatory attributes to all LDIF files of config and schema partitions
--------------------------------------------------------------------------

                 Key: DIRSERVER-1509
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1509
             Project: Directory ApacheDS
          Issue Type: Bug
            Reporter: Kiran Ayyagari
            Assignee: Kiran Ayyagari
             Fix For: 2.0.0-RC1


Currently the config and schema partitions are initialized before the DirectoryService starts up hence the data present in these partitions 
escapes all the mandatory checks enforced by the InterceptorChain. In order to maintain the correctness the data in these partitions should
be updated immediately after *initial* extraction(which will only happen once during the first startup of the server).

This process allows us to ensure correct replication of config partition data

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


[jira] Closed: (DIRSERVER-1509) Add mandatory attributes to all LDIF files of config and schema partitions

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

Kiran Ayyagari closed DIRSERVER-1509.
-------------------------------------


> Add mandatory attributes to all LDIF files of config and schema partitions
> --------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1509
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1509
>             Project: Directory ApacheDS
>          Issue Type: Bug
>            Reporter: Kiran Ayyagari
>            Assignee: Kiran Ayyagari
>             Fix For: 2.0.0-RC1
>
>
> Currently the config and schema partitions are initialized before the DirectoryService starts up hence the data present in these partitions 
> escapes all the mandatory checks enforced by the InterceptorChain. In order to maintain the correctness the data in these partitions should
> be updated immediately after *initial* extraction(which will only happen once during the first startup of the server).
> This process allows us to ensure correct replication of config partition data

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


[jira] Resolved: (DIRSERVER-1509) Add mandatory attributes to all LDIF files of config and schema partitions

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

Kiran Ayyagari resolved DIRSERVER-1509.
---------------------------------------

    Resolution: Fixed

Fixed here http://svn.apache.org/viewvc?rev=949148&view=rev

> Add mandatory attributes to all LDIF files of config and schema partitions
> --------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1509
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1509
>             Project: Directory ApacheDS
>          Issue Type: Bug
>            Reporter: Kiran Ayyagari
>            Assignee: Kiran Ayyagari
>             Fix For: 2.0.0-RC1
>
>
> Currently the config and schema partitions are initialized before the DirectoryService starts up hence the data present in these partitions 
> escapes all the mandatory checks enforced by the InterceptorChain. In order to maintain the correctness the data in these partitions should
> be updated immediately after *initial* extraction(which will only happen once during the first startup of the server).
> This process allows us to ensure correct replication of config partition data

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