Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9ABB51811F for ; Wed, 23 Sep 2015 22:25:04 +0000 (UTC) Received: (qmail 29518 invoked by uid 500); 23 Sep 2015 22:25:04 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 29487 invoked by uid 500); 23 Sep 2015 22:25:04 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 29477 invoked by uid 99); 23 Sep 2015 22:25:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Sep 2015 22:25:04 +0000 Date: Wed, 23 Sep 2015 22:25:04 +0000 (UTC) From: "Rahul Challapalli (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-3691) CTAS Memory Leak : IllegalStateException MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DRILL-3691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rahul Challapalli updated DRILL-3691: ------------------------------------- Fix Version/s: 1.2.0 > 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: Rahul Challapalli > Fix For: 1.2.0 > > Attachments: error.log > > > 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)