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 "Julian Reschke (JIRA)" <ji...@apache.org> on 2016/02/16 11:50:18 UTC

[jira] [Created] (OAK-4022) DocumentNodeStoreService journal write should log write failures

Julian Reschke created OAK-4022:
-----------------------------------

             Summary: DocumentNodeStoreService journal write should log write failures
                 Key: OAK-4022
                 URL: https://issues.apache.org/jira/browse/OAK-4022
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: documentmk
            Reporter: Julian Reschke


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.



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