Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overflow exceptions #8

Open
ben-manes opened this issue Jul 9, 2019 · 0 comments
Open

Overflow exceptions #8

ben-manes opened this issue Jul 9, 2019 · 0 comments

Comments

@ben-manes
Copy link

I realized that I had a typo in the config file and ran though the full set, but unfortunately three failed (multi1.trace.gz trace).

java.lang.ArrayIndexOutOfBoundsException: 124
	at org.fastfilter.bloom.SuccinctCountingBloom.allocateOverflow(SuccinctCountingBloom.java:173)
	at org.fastfilter.bloom.SuccinctCountingBloom.increment(SuccinctCountingBloom.java:141)
	at org.fastfilter.bloom.SuccinctCountingBloom.add(SuccinctCountingBloom.java:98)
	at com.github.benmanes.caffeine.cache.simulator.membership.bloom.FastFilter.put(FastFilter.java:64)
java.lang.ArrayIndexOutOfBoundsException: 148
	at org.fastfilter.bloom.SuccinctCountingBlockedBloom.allocateOverflow(SuccinctCountingBlockedBloom.java:215)
	at org.fastfilter.bloom.SuccinctCountingBlockedBloom.increment(SuccinctCountingBlockedBloom.java:181)
	at org.fastfilter.bloom.SuccinctCountingBlockedBloom.add(SuccinctCountingBlockedBloom.java:110)
	at com.github.benmanes.caffeine.cache.simulator.membership.bloom.FastFilter.put(FastFilter.java:64)
Caused by: java.lang.AssertionError
	at org.fastfilter.bloom.SuccinctCountingBlockedBloomRankedV2.readCount(SuccinctCountingBlockedBloomRankedV2.java:479)
	at org.fastfilter.bloom.SuccinctCountingBlockedBloomRankedV2.increment(SuccinctCountingBlockedBloomRankedV2.java:248)
	at org.fastfilter.bloom.SuccinctCountingBlockedBloomRankedV2.add(SuccinctCountingBlockedBloomRankedV2.java:88)
	at org.fastfilter.bloom.SuccinctCountingBlockedBloomRankedV2.construct(SuccinctCountingBlockedBloomRankedV2.java:30)
	at org.fastfilter.FilterType$8.construct(FilterType.java:73)
	at com.github.benmanes.caffeine.cache.simulator.membership.bloom.FastFilter.reset(FastFilter.java:69)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant