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

NullPointerException in CountingBloomFilterRedis #66

Open
allenlipeng47 opened this issue Jul 5, 2022 · 0 comments
Open

NullPointerException in CountingBloomFilterRedis #66

allenlipeng47 opened this issue Jul 5, 2022 · 0 comments

Comments

@allenlipeng47
Copy link

allenlipeng47 commented Jul 5, 2022

We are using elasticache for the library. We encountered NPE during the removeAndEstimateCountRaw. Looks like NPE was thrown when executing transaction pipeline. Not sure what was wrong. Could someone help?

j.l.NullPointerException: null
at o.b.r.CountingBloomFilterRedis.removeAndEstimateCountRaw(CountingBloomFilterRedis.java:148)
at o.b.CountingBloomFilter.removeAndEstimateCount(CountingBloomFilter.java:112)
at c.h.u.r.b.BloomFilter.remove(BloomFilter.java:22)

Bloom filter library we are using is:

[INFO] \- com.baqend:bloom-filter:jar:2.2.4:compile
[INFO]    +- redis.clients:jedis:jar:2.9.1:compile
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