Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0.27, 1.2.11, 1.3.15
-
None
Description
Currently, DocumentNodeStore.backgroundWrite() will handle failures to create a journal entry silently, just accumulating the changes. If the DocumentStore implementation consistently fails to create new entries, the changes document will essentially grow indefinitely.
Minimally, the code should log an error when then journal entry could not be written; allowing the problem to be further analyzed.
Attachments
Attachments
Issue Links
- relates to
-
OAK-4021 RDBDocumentStore: create() for collections other than NODES is broken
- Closed