Description
OAK-3965 uncovered an issue with the size calls on PropertyNodeStates when dealing with external binaries, and the fix effectively breaks offline compaction on repos with external data stores.
The issue is twofold:
OAK-3965breaks offline compaction in certain setups- the current code puts all the nodes with an external binary in the compaction map, skipping the size filter
I think the offline compactor should basically ignore the external binaries in checking if a node meets the compaction map criteria or not.
Attachments
Issue Links
- is related to
-
OAK-3965 SegmentPropertyState external binary property reports unusual size
- Closed