-
Notifications
You must be signed in to change notification settings - Fork 3k
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
IllegalArgumentException on out-of-memory error #696
Comments
Thanks for providing this stack trace. It looks like an entry in Also, is this the Hive connector, and if so, what file format is the table? |
I'm using the Starburst docker image, which has the following configurations (https://github.com/starburstdata/docker-images/tree/master/presto/etc):
I'm using ORC files on Hive. Note that if you suspect an ORC bug, that wouldn't surprise me. I'm serializing to ORC with my own library and I'm confident there are a number of bugs left in it. |
That said, the query works fine on our production nodes which run 0.206 (with a lot more RAM). |
I just created a PR that will catch these invalid values at the source: #697 Would it be possible for you to reproduce this problem with the above patch? |
@electrum Is there a way to pull the build artifacts out of the TravisCI job, or do I need to build manually on my side? |
Fixed via #602 |
I'm running PrestoSql:latest in a sandbox with not much heap allocated. I'm used to out-of-memory errors. This looks like another out-of-memory error, but something's wrong with the error message.
The text was updated successfully, but these errors were encountered: