You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2015/01/05 00:58:13 UTC

[jira] [Updated] (DRILL-1538) Memory leak observed with TPCH queries on MapR-DB data (SF-100)

     [ https://issues.apache.org/jira/browse/DRILL-1538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Nadeau updated DRILL-1538:
----------------------------------
      Component/s:     (was: Query Planning & Optimization)
                   Execution - Flow
    Fix Version/s: 0.8.0
         Priority: Critical  (was: Major)

> Memory leak observed with TPCH queries on MapR-DB data (SF-100)
> ---------------------------------------------------------------
>
>                 Key: DRILL-1538
>                 URL: https://issues.apache.org/jira/browse/DRILL-1538
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Flow
>            Reporter: Abhishek Girish
>            Assignee: Parth Chandra
>            Priority: Critical
>             Fix For: 0.8.0
>
>         Attachments: drillbit - OutOfMemory error.log
>
>
> Possible memory leak was observed while executing TPCH queries on MapR-DB data (SF-100). 
> Setup - 4 nodes on MapR 3.1.1
> Drill-env:
> DRILL_MAX_DIRECT_MEMORY="32G"
> DRILL_MAX_HEAP="16G"
> export DRILL_JAVA_OPTS="-Xms1G -Xmx$DRILL_MAX_HEAP -XX:MaxDirectMemorySize=$DRILL_MAX_DIRECT_MEMORY -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=1G -ea"
> # Class unloading is disabled by default in Java 7
> # http://hg.openjdk.java.net/jdk7u/jdk7u60/hotspot/file/tip/src/share/vm/runtime/globals.hpp#l1622
> export SERVER_GC_OPTS="-XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC"
> export DRILL_JAVA_OPTS="$DRILL_JAVA_OPTS -Djava.security.auth.login.config=/opt/mapr/conf/mapr.login.conf -Dzookeeper.sasl.client=false "
> export DRILL_LOG_DIR="/var/log/drill"
> Log attached. 



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