Problems when several Sling instances share the repository
----------------------------------------------------------

                 Key: SLING-554
                 URL: https://issues.apache.org/jira/browse/SLING-554
             Project: Sling
          Issue Type: Bug
          Components: JCR Contentloader
    Affects Versions: JCR Contentloader 2.0.2
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler


If several Sling instances share the same repository, the content loading does 
not work properly anymore: the content loader uses the repository to remember 
which bundles have already been processed for content loading. Unfortunately 
this information is written in a "global" section in the repository, which 
means that several Sling instances work on the same data set.
The content loader should use the sling id to make the information unique in 
the repository.

-- 
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