[ https://issues.apache.org/jira/browse/DRILL-3251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Abhishek Girish updated DRILL-3251: ----------------------------------- Attachment: query 82 - explain plan with all attributes.txt query 37 - explain plan with all attributes.txt > 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 > Attachments: query 37 - explain plan with all attributes.txt, query > 82 - explain plan with all attributes.txt > > > 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)