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 "Timothee Maret (JIRA)" <ji...@apache.org> on 2016/11/03 13:37:58 UTC

[jira] [Created] (OAK-5055) o.a.j.o.s.s.RevisionGC returns status that don't comply with the API

Timothee Maret created OAK-5055:
-----------------------------------

             Summary: o.a.j.o.s.s.RevisionGC returns status that don't comply with the API
                 Key: OAK-5055
                 URL: https://issues.apache.org/jira/browse/OAK-5055
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: core
    Affects Versions: 1.5.12
            Reporter: Timothee Maret


According to the API [0], the method {{RevisionGC#startRevisionGC}} should 
{code}
@return  the status of the operation right after it was initiated
{code} 

However, it does return {{succeeded}} on every call, see [1].
I believe this should either compute the actual state, or return {{initiated}} or {{running}}.

Same applies for {{cancelRevisionGC}}.

[0] https://github.com/apache/jackrabbit-oak/blob/18d69e6f590064585414f12bda724f48f3d5843f/oak-core/src/main/java/org/apache/jackrabbit/oak/spi/state/RevisionGCMBean.java#L34-L40

[1] https://github.com/apache/jackrabbit-oak/blob/e873825b92faf14b7ef52130c36e6466edcef6b0/oak-core/src/main/java/org/apache/jackrabbit/oak/spi/state/RevisionGC.java#L105
https://github.com/apache/jackrabbit-oak/blob/e873825b92faf14b7ef52130c36e6466edcef6b0/oak-core/src/main/java/org/apache/jackrabbit/oak/spi/state/RevisionGC.java#L123




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