Michael Dürig created OAK-4919:
----------------------------------
Summary: Better feedback from method invocations on RevisionGCMBean
Key: OAK-4919
URL: https://issues.apache.org/jira/browse/OAK-4919
Project: Jackrabbit Oak
Issue Type: Improvement
Components: core
Reporter: Michael Dürig
Fix For: 1.5.13
The methods to invoke and cancel revision gc return void. This is by design as
those calls are asynchronous. The idea is that
{{RevisionGC.getRevisionGCStatus()}} would return the current status of an
ongoing gc operation. However, currently that method only returns the status of
the asynchronous task that was fired off. It should instead be able to convey
back the real status of the underlying operation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)