Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use adjacancy check for arraylets in WOC fixup
When fixing up contiguous reference arrays in Write Once Compactor the rules should be: - pick any, if arraylet mode - pick any fully initialized array (dataAddr is set), if offheap mode No need to check if data is adjacent - it's given by these conditions. More so, it's not even correct to use is-adjacent API for arraylet mode. Signed-off-by: Aleksandar Micic <[email protected]>
- Loading branch information