You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2014/11/12 14:28:33 UTC

[jira] [Created] (OAK-2265) DocumentNodeStore service should go away if MongoDB becomes unavailable

Bertrand Delacretaz created OAK-2265:
----------------------------------------

             Summary: DocumentNodeStore service should go away if MongoDB becomes unavailable
                 Key: OAK-2265
                 URL: https://issues.apache.org/jira/browse/OAK-2265
             Project: Jackrabbit Oak
          Issue Type: Bug
            Reporter: Bertrand Delacretaz


Stopping the MongoDB backend that a Sling instance is using via the DocumentNodeStore service should cause that OSGi service to be unregistered.

Currently the service stays registered even if MongoException$Network is thrown when trying to access the MongoDB backend.

The code that manages the service should ping the backend and register/unregister the DocumentNodeStore to follow the backend's availablity. This will allow other services that depend on DocumentNodeStore to restart correctly once MongoDB is available again.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)