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

DataSketchesHllBenchmark throws exception #15537

Open
kgyrtkirk opened this issue Dec 11, 2023 · 1 comment
Open

DataSketchesHllBenchmark throws exception #15537

kgyrtkirk opened this issue Dec 11, 2023 · 1 comment

Comments

@kgyrtkirk
Copy link
Member

java -jar benchmarks/target/benchmarks.jar  org.apache.druid.benchmark.DataSketchesHllBenchmark.initAndSerde

results in:

java.lang.ClassCastException: class org.apache.druid.query.aggregation.datasketches.hll.HllSketchHolder cannot be cast to class org.apache.datasketches.hll.HllSketch (org.apache.druid.query.aggregation.datasketches.hll.HllSketchHolder and org.apache.datasketches.hll.HllSketch are in unnamed module of loader 'app')
	at org.apache.druid.benchmark.DataSketchesHllBenchmark.initAndSerde(DataSketchesHllBenchmark.java:128)
	at org.apache.druid.benchmark.generated.DataSketchesHllBenchmark_initAndSerde_jmhTest.initAndSerde_thrpt_jmhStub(DataSketchesHllBenchmark_initAndSerde_jmhTest.java:143)
	at org.apache.druid.benchmark.generated.DataSketchesHllBenchmark_initAndSerde_jmhTest.initAndSerde_Throughput(DataSketchesHllBenchmark_initAndSerde_jmhTest.java:83)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.openjdk.jmh.runner.BenchmarkHandler$BenchmarkTask.call(BenchmarkHandler.java:453)
	at org.openjdk.jmh.runner.BenchmarkHandler$BenchmarkTask.call(BenchmarkHandler.java:437)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
Copy link

This issue has been marked as stale due to 280 days of inactivity.
It will be closed in 4 weeks if no further activity occurs. If this issue is still
relevant, please simply write any comment. Even if closed, you can still revive the
issue at any time or discuss it on the dev@druid.apache.org list.
Thank you for your contributions.

@github-actions github-actions bot added the stale label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant