You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Abhishek Girish (JIRA)" <ji...@apache.org> on 2015/06/04 19:32:38 UTC

[jira] [Created] (DRILL-3251) TPC-DS SF 100 query 37 & 82 fail with possible memory leak

Abhishek Girish created DRILL-3251:
--------------------------------------

             Summary: TPC-DS SF 100 query 37 & 82 fail with possible memory leak
                 Key: DRILL-3251
                 URL: https://issues.apache.org/jira/browse/DRILL-3251
             Project: Apache Drill
          Issue Type: Bug
          Components: Execution - Flow
    Affects Versions: 1.1.0
            Reporter: Abhishek Girish
            Assignee: Chris Westin


Queries can be found here: https://github.com/Agirish/tpcds/blob/master/query37.sql & 
https://github.com/Agirish/tpcds/blob/master/query82.sql

Dataset: SF 100 - Parquet

Environment: 4 nodes - 48Gigs of Direct memory for Drill on each node

Both queries fail with ectpions: 

*Query 37 failed: *
org.apache.drill.common.exceptions.UserRemoteException: SYSTEM ERROR: java.lang.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	10000000	10000000	0 
	shared	99990000000	99989990666	9334.

Fragment 5:72

*Query 82 failed: *
org.apache.drill.common.exceptions.UserRemoteException: SYSTEM ERROR: java.lang.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	10000000	9990666	9334 
	shared	99990000000	99990000000	0.

Fragment 5:47

Query plans attached. Log attached. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)