Details
Description
Because there are two CheckpointManager MBeans present on the composite nodestore setup, active blob deletion fails with the following message:
Unable to get checkpoint mbean. Multiple services of required type found.
The two Mbeans:
Composite node store checkpoint management (CheckpointManager) Document node store checkpoint management (CheckpointManager)
Following condition is not satisfied on this setup:
if (services.size() == 1) { return services.get(0).getOldestCheckpointCreationTimestamp();