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 "Michael Dürig (JIRA)" <ji...@apache.org> on 2016/03/08 20:03:40 UTC

[jira] [Created] (OAK-4102) Break cyclic dependency of FileStore and SegmentTracker

Michael Dürig created OAK-4102:
----------------------------------

             Summary: Break cyclic dependency of FileStore and SegmentTracker
                 Key: OAK-4102
                 URL: https://issues.apache.org/jira/browse/OAK-4102
             Project: Jackrabbit Oak
          Issue Type: Technical task
          Components: segmentmk
            Reporter: Michael Dürig
             Fix For: 1.6


{{SegmentTracker}} and {{FileStore}} are mutually dependent on each other. This is problematic and makes initialising instances of these classes difficult: the {{FileStore}} constructor e.g. passes a not fully initialised instance to the {{SegmentTracker}}, which in turn writes an initial node state to the store. Notably using the not fully initialised {{FileStore}} instance!



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