richardstartin commented on issue #7603: URL: https://github.com/apache/pinot/issues/7603#issuecomment-947804086
Hi @harold-kfuse it would be great to surface an error, but this has to do with the way the JVM handles SIGBUS's. They are caught asynchronously so can be thrown in any stack frame on the same thread, so unless we expect this _everywhere_ it can be uncaught anywhere. There's more information on the linked issue. The changes going in to 0.9.0 to reduce disk usage should help prevent this from coming up again. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org