Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
1.19.0
-
None
-
None
Description
When running Apache Drill 1.19.0 on Docker (see 'docker-compose-config.png') it goes down after I send a REST API call to it (see 'query-breaking-drill-in-docker.png' and 'request-body-of-query-breaking-drill-in-docker.txt'). The REST API call is successfully responded though.
Two kinds of error messages are shown on my terminal's screen. The same terminal where I started the docker container ('docker-compose up'). The second one (see 'error-dump-on-terminal-full.txt') I got after I have restarted the container and tried the same REST API call again.
The query on the REST API call runs over 23 json files ranging from 160KB to 7.6 MB (unfortunately I cannot share them). Total data size of 19.2MB.
If I do that same query using Drill's web UI then no problem occurs.