You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/10/09 19:48:05 UTC

[jira] [Commented] (DRILL-1942) Improve off-heap memory usage tracking

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

ASF GitHub Bot commented on DRILL-1942:
---------------------------------------

GitHub user cwestin opened a pull request:

    https://github.com/apache/drill/pull/194

    DRILL-1942-vector-test

    Additional tests added to TestValueVectors for serialization and loading; these tests were used to find and debug issues with DrillBuf slicing. Some light cleanup of a few vector implementations.
    
    Unit tests pass.
    Regression suite has a few (known recurring) failures:
    - timeouts while waiting to send intermediate work fragments
    - timeouts for "Fetch parquet metadata" tasks not complete
    - Selected column 'dir0' must have name 'columns' or must be plain '*'

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cwestin/incubator-drill alloc-vector-test

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/194.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #194
    
----
commit 3b5e0bd007031766d4e3eb486a51c5a8cbcbc026
Author: Chris Westin <cw...@yahoo.com>
Date:   2015-10-09T01:15:57Z

    DRILL-1942-vector-test
    Additional tests added to TestValueVectors for serialization and loading.
    Some light cleanup of a few vector implementations.

----


> Improve off-heap memory usage tracking
> --------------------------------------
>
>                 Key: DRILL-1942
>                 URL: https://issues.apache.org/jira/browse/DRILL-1942
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Execution - Relational Operators
>            Reporter: Chris Westin
>            Assignee: Chris Westin
>             Fix For: 1.3.0
>
>         Attachments: DRILL-1942.1.patch.txt, DRILL-1942.2.patch.txt, DRILL-1942.3.patch.txt
>
>
> We're using a lot more memory than we think we should. We may be leaking it, or not releasing it as soon as we could. 
> This is a call to come up with some improved tracking so that we can get statistics out about exactly where we're using it, and whether or not we can release it earlier.



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