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 "Francesco Mari (JIRA)" <ji...@apache.org> on 2017/12/14 08:08:01 UTC

[jira] [Created] (OAK-7064) Remove duplicated code from the FileStore logging implementation

Francesco Mari created OAK-7064:
-----------------------------------

             Summary: Remove duplicated code from the FileStore logging implementation
                 Key: OAK-7064
                 URL: https://issues.apache.org/jira/browse/OAK-7064
             Project: Jackrabbit Oak
          Issue Type: Improvement
            Reporter: Francesco Mari
            Assignee: Francesco Mari


The {{FileStore}} follows some implicit guidelines when it comes to its logging messages, e.g. prefixing every message with the GC cycle number, and outputting times and sizes both in a human readable and machine readable way.

These guidelines are implemented ad-hoc, by appropriately crafting each log message individually. This approach leads to clutter and duplicated code. It would be beneficial to the internal quality of the {{FileStore}} if all these concerns were instead implemented in a centralised way.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)