aggregateknowledge / java-hll

Java library for the HyperLogLog algorithm
http://research.neustar.biz/2013/12/24/open-source-release-java-hll/
Apache License 2.0
311 stars 70 forks source link

IntegrationTestGenerator: StackOverflowError when running it #26

Open JonathanAquino opened 5 years ago

JonathanAquino commented 5 years ago

When I run the IntegrationTestGenerator class, I get a StackOverflowError:

Exception in thread "main" java.lang.StackOverflowError
    at net.agkn.hll.IntegrationTestGenerator.newHLL(IntegrationTestGenerator.java:516)
    at net.agkn.hll.IntegrationTestGenerator.newHLL(IntegrationTestGenerator.java:516)
    at net.agkn.hll.IntegrationTestGenerator.newHLL(IntegrationTestGenerator.java:516)
    at net.agkn.hll.IntegrationTestGenerator.newHLL(IntegrationTestGenerator.java:516)
    at net.agkn.hll.IntegrationTestGenerator.newHLL(IntegrationTestGenerator.java:516)