You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Mehant Baid (JIRA)" <ji...@apache.org> on 2015/04/03 19:21:53 UTC

[jira] [Resolved] (DRILL-1810) Scalability issues with kvgen

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

Mehant Baid resolved DRILL-1810.
--------------------------------
    Resolution: Fixed

This issue seems to be only tracking the memory leak in kvgen, which I think was fixed by DRILL-1787. Could you please verify if this is still hapening.

> Scalability issues with kvgen
> -----------------------------
>
>                 Key: DRILL-1810
>                 URL: https://issues.apache.org/jira/browse/DRILL-1810
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Functions - Drill, Storage - JSON
>            Reporter: Rahul Challapalli
>            Assignee: Mehant Baid
>             Fix For: 0.9.0
>
>         Attachments: complex.log, simple.log
>
>
> git.commit.id.abbrev=4a4f54a
> Memory Settings 
> {code}
> DRILL_MAX_DIRECT_MEMORY="32G"
> DRILL_MAX_HEAP="4G"
> {code}
> Scalar Dataset :
> {code}
> {"col1":{"a":"b"}}
> {code}
> The below query works fine for the above data set. However, if I just copy the same record 100000 times and execute the same query, kvgen fails with memory related issues
> {code}
> select kvgen(col1) from `json_kvgenflatten/kvgen-scalar-large.json`;
> {code}
> I attached the log files. Let me know if you need anything



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