Paul Chibulcuteanu created OAK-7610:
---------------------------------------
Summary: Active blob deletion fails on composite setups
Key: OAK-7610
URL: https://issues.apache.org/jira/browse/OAK-7610
Project: Jackrabbit Oak
Issue Type: Bug
Components: composite, indexing, lucene
Affects Versions: 1.9.5
Reporter: Paul Chibulcuteanu
Fix For: 1.9.6
Because there are two CheckpointManager MBeans present on the composite
nodestore setup, active blob deletion fails with the following message:
{code}
Unable to get checkpoint mbean. Multiple services of required type found.
{code}
The two Mbeans:
{code}
Composite node store checkpoint management (CheckpointManager)
Document node store checkpoint management (CheckpointManager)
{code}
Following condition is not satisfied on this setup:
{code}
if (services.size() == 1) {
return services.get(0).getOldestCheckpointCreationTimestamp();
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)