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)" <di...@incubator.apache.org> on 2004/11/13 20:17:29 UTC

[jira] Resolved: (DIREVE-81) Synch opertation failing

     [ http://nagoya.apache.org/jira/browse/DIREVE-81?page=history ]
     
Alex Karasulu resolved DIREVE-81:
---------------------------------

    Resolution: Fixed

Fixed.  The master table was not being sync'd to disk when indices were.  This is because of the different structure of the master to the indices: indices have a handle on their record manager so the sync operation on an index commits the record manager.  The master table's record manager is managed outside of the master because it shares the same record manager with the admin table.  So the database must actually call commit on the record manager of the master table.  We added this and confirmed that everything works.

> Synch opertation failing
> ------------------------
>
>          Key: DIREVE-81
>          URL: http://nagoya.apache.org/jira/browse/DIREVE-81
>      Project: Directory Eve
>         Type: Bug
>   Components: jndi-provider
>     Reporter: Alex Karasulu
>     Assignee: Alex Karasulu
>     Priority: Blocker

>
> Looks like some things are failing to persist within the database on a sync.  After a sync then a restart we're showing the admin account does not exist.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira