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/11/03 13:41:58 UTC

[jira] [Created] (OAK-5056) Improve GC scalability on TarMK

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

             Summary: Improve GC scalability on TarMK
                 Key: OAK-5056
                 URL: https://issues.apache.org/jira/browse/OAK-5056
             Project: Jackrabbit Oak
          Issue Type: Epic
          Components: segment-tar
            Reporter: Michael Dürig
            Assignee: Michael Dürig
             Fix For: 1.8


This issue is about making TarMK gc more scalable: 
* how to deal with huge repositories.
* how to deal with massive concurrent writes.

Possible avenues to explore:
* Can we partition gc? (e.g. along sub-trees, along volatile vs. static content)
* Can we pause and resume gc? (e.g. to give precedence to concurrent writes) 
* Can we make gc a real background process not contending with foreground operations? 

This issue is a follow up to OAK-2849, which was about efficacy of gc.



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