liran-funaro commented on issue #8922: URL: https://github.com/apache/druid/issues/8922#issuecomment-643765636
This might be an issue with the merge process that uses the `OffheapIncrementalIndex`. When the latter is initialized without any metrics (which is what your query seems to do), it fails on `ArrayIndexOutOfBoundsException` due to a bug in `OffheapIncrementalIndex`. Checkout PR #10001 which solved this issue. The main purpose of this PR is performance improvements (nearly doubles the ingestion throughput), but it so happens that an added test in this PR discovered this bug and fixed it. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
