This is an automated email from the ASF dual-hosted git repository.
thomasm pushed a change to branch OAK-10674-b
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
from dc79a85f02 OAK-10674 Use Oak's Bloom filter
add 0744c09fba OAK-10674 Use Oak's Bloom filter
No new revisions were added by this update.
Summary of changes:
.../oak/commons/collections/HyperLogLogTest.java | 1 -
.../analysis/utils/HyperLogLog3Linear64Test.java | 3 +-
.../document/cache/CacheChangesTracker.java | 27 +--
.../cache/CacheChangesTrackerConcurrencyTest.java | 215 +++++++++++++++++++++
4 files changed, 232 insertions(+), 14 deletions(-)
create mode 100644
oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/cache/CacheChangesTrackerConcurrencyTest.java