Alessandro Porfirio created DRILL-7992:
------------------------------------------
Summary: Drill on Docker goes down after REST API query
Key: DRILL-7992
URL: https://issues.apache.org/jira/browse/DRILL-7992
Project: Apache Drill
Issue Type: Bug
Components: Client - HTTP
Affects Versions: 1.19.0
Reporter: Alessandro Porfirio
Attachments: docker-compose-config.png,
error-dump-on-terminal-full.txt, error-dump-on-terminal.txt,
query-breaking-drill-in-docker.png,
request-body-of-query-breaking-drill-in-docker.txt
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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)