dang-stripe commented on issue #15121:
URL: https://github.com/apache/pinot/issues/15121#issuecomment-2702206671
We found the stacktrace after restarting the server:
```
[2025-03-05 22:17:19.006030] java.lang.ArrayIndexOutOfBoundsException: Index
232 out of bounds for length 200
[2025-03-05 22:17:19.006038] at
org.apache.pinot.core.query.aggregation.groupby.DoubleGroupByResultHolder.getDoubleResult(DoubleGroupByResultHolder.java:79)
[2025-03-05 22:17:19.006047] at
org.apache.pinot.core.query.aggregation.function.CountAggregationFunction.extractGroupByResult(CountAggregationFunction.java:184)
[2025-03-05 22:17:19.006056] at
org.apache.pinot.core.query.aggregation.function.CountAggregationFunction.extractGroupByResult(CountAggregationFunction.java:36)
[2025-03-05 22:17:19.006064] at
org.apache.pinot.query.runtime.operator.MultistageGroupByExecutor.getResultValue(MultistageGroupByExecutor.java:184)}
[2025-03-05 22:17:19.006077] at
org.apache.pinot.query.mailbox.GrpcSendingMailbox.cancel(GrpcSendingMailbox.java:108)
~[pinot-all-1.3.0-2025-01-13-997d04630b-SNAPSHOT-jar-with-dependencies.jar:1.3.0-2025-01-13-997d04630b-SNAPSHOT-997d04630b460e2e02b679fc63d8fe0f27610e0b]
[2025-03-05 22:17:19.006092] at
org.apache.pinot.query.runtime.operator.exchange.BlockExchange.cancel(BlockExchange.java:137)
~[pinot-all-1.3.0-2025-01-13-997d04630b-SNAPSHOT-jar-with-dependencies.jar:1.3.0-2025-01-13-997d04630b-SNAPSHOT-997d04630b460e2e02b679fc63d8fe0f27610e0b]
[2025-03-05 22:17:19.006106] at
org.apache.pinot.query.runtime.operator.MailboxSendOperator.cancel(MailboxSendOperator.java:189)
~[pinot-all-1.3.0-2025-01-13-997d04630b-SNAPSHOT-jar-with-dependencies.jar:1.3.0-2025-01-13-997d04630b-SNAPSHOT-997d04630b460e2e02b679fc63d8fe0f27610e0b]
[2025-03-05 22:17:19.006118] at
org.apache.pinot.query.runtime.operator.OpChain.cancel(OpChain.java:96)
~[pinot-all-1.3.0-2025-01-13-997d04630b-SNAPSHOT-jar-with-dependencies.jar:1.3.0-2025-01-13-997d04630b-SNAPSHOT-997d04630b460e2e02b679fc63d8fe0f27610e0b]
[2025-03-05 22:17:19.006132] at
org.apache.pinot.query.runtime.executor.OpChainSchedulerService$1.runJob(OpChainSchedulerService.java:82)
~[pinot-all-1.3.0-2025-01-13-997d04630b-SNAPSHOT-jar-with-dependencies.jar:1.3.0-2025-01-13-997d04630b-SNAPSHOT-997d04630b460e2e02b679fc63d8fe0f27610e0b]
[2025-03-05 22:17:19.006160] at
org.apache.pinot.core.util.trace.TraceRunnable.run(TraceRunnable.java:40)
~[pinot-all-1.3.0-2025-01-13-997d04630b-SNAPSHOT-jar-with-dependencies.jar:1.3.0-2025-01-13-997d04630b-SNAPSHOT-997d04630b460e2e02b679fc63d8fe0f27610e0b]
[2025-03-05 22:17:19.006172] at
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
~[?:?]
[2025-03-05 22:17:19.006179] at
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) ~[?:?]
[2025-03-05 22:17:19.006186] at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
~[?:?]
[2025-03-05 22:17:19.006193] at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
~[?:?]
[2025-03-05 22:17:19.006198] at
java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
[2025-03-05 22:17:19.006205] Caused by: java.lang.RuntimeException: Error
block {1000=Index 232 out of bounds for length 200
[2025-03-05 22:17:19.006212] java.lang.ArrayIndexOutOfBoundsException: Index
232 out of bounds for length 200
[2025-03-05 22:17:19.006220] at
org.apache.pinot.core.query.aggregation.groupby.DoubleGroupByResultHolder.getDoubleResult(DoubleGroupByResultHolder.java:79)
[2025-03-05 22:17:19.006228] at
org.apache.pinot.core.query.aggregation.function.CountAggregationFunction.extractGroupByResult(CountAggregationFunction.java:184)
[2025-03-05 22:17:19.006238] at
org.apache.pinot.core.query.aggregation.function.CountAggregationFunction.extractGroupByResult(CountAggregationFunction.java:36)
[2025-03-05 22:17:19.006246] at
org.apache.pinot.query.runtime.operator.MultistageGroupByExecutor.getResultValue(MultistageGroupByExecutor.java:184)}
[2025-03-05 22:17:19.006260] at
org.apache.pinot.query.runtime.executor.OpChainSchedulerService$1.runJob(OpChainSchedulerService.java:80)
~[pinot-all-1.3.0-2025-01-13-997d04630b-SNAPSHOT-jar-with-dependencies.jar:1.3.0-2025-01-13-997d04630b-SNAPSHOT-997d04630b460e2e02b679fc63d8fe0f27610e0b]
[2025-03-05 22:17:19.006263] ... 6 more
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]