Description
It looks like the compaction estimation mechanism doesn't currently verify the type of the property it tries to load as binary, it will assume that the following call property.getValue(BINARIES) will return nothing if the type is not BINARY. This behavior has changed since this code was written, the way it works now is the method will try to convert to BINARY the property's value.
I'm assuming OAK-3007 is a side-effects of this change.
Attachments
Issue Links
- relates to
-
OAK-3007 SegmentStore cache does not take "string" map into account
- Closed