-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0.27, 1.2.11, 1.3.15
-
Component/s: documentmk
-
Labels:None
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.
- relates to
-
OAK-4021 RDBDocumentStore: create() for collections other than NODES is broken
-
- Closed
-