Description
In some scenarios it can happen then repository instance has been shutdown and removed from OSGi service registry but NodeStore is still active. In such case if any thread has access to a JCR session instance then any commit done via that session would still go through.
This causes issues as upon repository shutdown the whiteboard based trackers would have lost any editor, validators and hence such commit can lead to invalid data being committed.
Also in some cases it can lead to reindex flag for various sync indexes getting reset to true as backing index editors are not present during the commit
Attachments
Attachments
Issue Links
- relates to
-
OAK-3366 Property indexes reindex flag getting reset to true at startup
- Closed