The BloomFilter in SortLookupStoreReader is not managed by the CacheManager, which will lead to the excessive buffer usage. This PR do these two things:
Manage the BloomFilter's buffer with the CacheManager
Release the BloomFilter's buffer when the Reader is closed.
Purpose
The BloomFilter in
SortLookupStoreReader
is not managed by the CacheManager, which will lead to the excessive buffer usage. This PR do these two things:Linked issue: close #xxx
Tests
API and Format
Documentation