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)