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 "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2016/06/28 06:43:57 UTC

[jira] [Updated] (OAK-4514) AbstractDocumentStore to cleanup may interfere with DS disposal

     [ https://issues.apache.org/jira/browse/OAK-4514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcel Reutegger updated OAK-4514:
----------------------------------
    Description: 
{{AbstractDocumentStore}} current calls {{dispose}} on {{DocumentStore}} instances when cleaning up.

This interferes with {{ResurrectNodeAfterRevisionGCTest}} which creates node store instances on top of the document stores, and calls {{dispose()}} on them, leading to multiple calls to {{dispose}} on the same instance.


  was:
{{AbstractDocumentStore}} current calls {{dispose}} on {{DocumentStore}} instances when cleaning up.

This interferes with {{ResurrectNodeAfterRevisionGCTest}} which creates node store instances on top of the document stores, and calls {{dispose()} on them, leading to multiple calls to {{dispose}} on the same instance.



> AbstractDocumentStore to cleanup may interfere with DS disposal
> ---------------------------------------------------------------
>
>                 Key: OAK-4514
>                 URL: https://issues.apache.org/jira/browse/OAK-4514
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: documentmk
>            Reporter: Julian Reschke
>            Assignee: Julian Reschke
>            Priority: Minor
>
> {{AbstractDocumentStore}} current calls {{dispose}} on {{DocumentStore}} instances when cleaning up.
> This interferes with {{ResurrectNodeAfterRevisionGCTest}} which creates node store instances on top of the document stores, and calls {{dispose()}} on them, leading to multiple calls to {{dispose}} on the same instance.



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