You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Matt Keranen (JIRA)" <ji...@apache.org> on 2016/05/26 22:12:13 UTC

[jira] [Commented] (DRILL-4616) Running out of /tmp results in "Memory was leaked by query"

    [ https://issues.apache.org/jira/browse/DRILL-4616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15303055#comment-15303055 ] 

Matt Keranen commented on DRILL-4616:
-------------------------------------

This is indeed a dup of DRILL-4542

> Running out of /tmp results in "Memory was leaked by query"
> -----------------------------------------------------------
>
>                 Key: DRILL-4616
>                 URL: https://issues.apache.org/jira/browse/DRILL-4616
>             Project: Apache Drill
>          Issue Type: Bug
>          Components:  Server
>    Affects Versions: 1.6.0
>         Environment: MapR community cluster v. 5.1.0.37549.GA, 4 nodes Ubuntu 14.04, MapR-FS
> Also Vanilla Hadoop 2.7.0 HDFS
> Each node has Maximum Direct Memory of 25,769,803,776
>            Reporter: Matt Keranen
>
> Attempting to convert csv file data to partitioned Parquet files via sqlline with as
> {noformat}
> CREATE TABLE () PARTITION BY (date_tm) AS SELECT ...
> Error: SYSTEM ERROR: IllegalStateException: Memory was leaked by query. Memory leaked: (523264)
> Allocator(op:1:16:5:ExternalSort) 20000000/523264/1361178240/1431655765 (res/actual/peak/limit)
> Fragment 1:16
> [Error Id: cea4a79d-3e85-4e51-b6c2-1539f40dee10 on es05:31010]
>   (java.lang.IllegalStateException) Memory was leaked by query. Memory leaked: (523264)
> Allocator(op:1:16:5:ExternalSort) 20000000/523264/1361178240/1431655765 (res/actual/peak/limit)
>     org.apache.drill.exec.memory.BaseAllocator.close():492
>     org.apache.drill.exec.ops.OperatorContextImpl.close():124
>     org.apache.drill.exec.ops.FragmentContext.suppressingClose():416
>     org.apache.drill.exec.ops.FragmentContext.close():405
>     org.apache.drill.exec.work.fragment.FragmentExecutor.closeOutResources():343
>     org.apache.drill.exec.work.fragment.FragmentExecutor.cleanup():180
>     org.apache.drill.exec.work.fragment.FragmentExecutor.run():287
>     org.apache.drill.common.SelfCleaningRunnable.run():38
>     java.util.concurrent.ThreadPoolExecutor.runWorker():1145
>     java.util.concurrent.ThreadPoolExecutor$Worker.run():615
>     java.lang.Thread.run():745 (state=,code=0)
> {noformat}



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