Rahul Challapalli created DRILL-3691:
----------------------------------------
Summary: CTAS Memory Leak : IllegalStateException
Key: DRILL-3691
URL: https://issues.apache.org/jira/browse/DRILL-3691
Project: Apache Drill
Issue Type: Bug
Components: Storage - Parquet
Reporter: Rahul Challapalli
Assignee: Steven Phillips
git.commit.id.abbrev=55dfd0e
The below CTAS statement fails with a memory leak. The query runs on top of
Tpch SF100 data.
{code}
create table lineitem as select * from dfs.`/drill/testdata/tpch100/lineitem`;
java.sql.SQLException: SYSTEM ERROR: IllegalStateException: Failure while
closing accountor. Expected private and shared pools to be set to initial
values. However, one or more were not. Stats are
zone init allocated delta
private 1000000 1000000 0
shared 9999000000 9998410176 589824.
Fragment 1:19
[Error Id: ba8fedf2-be40-4488-af2e-b6034527c943 on qa-node191.qa.lab:31010]
Aborting command set because "force" is false and command failed: "create table
lineitem as select * from dfs.`/drill/testdata/tpch100/lineitem`;"
{code}
I attached the log file. I am not uploading the data as it is too large
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)