You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2009/04/01 16:31:13 UTC

[jira] Updated: (JCR-2048) Workspace is shut down while creating initial index

     [ https://issues.apache.org/jira/browse/JCR-2048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcel Reutegger updated JCR-2048:
----------------------------------

    Attachment: JCR-2048.patch

Proposed patch.

> 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.4, 1.5.0
>            Reporter: Marcel Reutegger
>            Priority: Minor
>         Attachments: JCR-2048.patch
>
>
> 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.