Workspace is shut down while creating initial index
---------------------------------------------------

                 Key: JCR-2048
                 URL: https://issues.apache.org/jira/browse/JCR-2048
             Project: Jackrabbit Content Repository
          Issue Type: Bug
          Components: jackrabbit-core
    Affects Versions: 1.5.0, 1.4
            Reporter: Marcel Reutegger
            Priority: Minor


This only happens when a maxIdleTime is configured for the workspaces in the 
repository.xml and the workspace to index is not the default workspace.

The idle check considers a workspace as idle when there only a system session 
is open and the configured idle time elapsed. This is also the case when the 
workspace is initializing.

The repository should either check if a workspace is still initializing or we 
need to move the search manager initialization into the 
WorkspaceInfo.doInitialize() method.



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

Reply via email to