GitHub user sachouche opened a pull request:

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

    DRILL-6348: Fixed code so that Unordered Receiver reports its memory …

    Problem Description -
    - The Unordered Receiver doesn't report any memory usage because the RPC 
infrastructure associated the allocated memory ownership to the minor fragment 
container
    
    Proposed Fix -
    - Modified the code to change the received DrillBuf memory ownership from 
the parent fragment to the operator (as discussed with @parthchandra)
    - Made sure that the buffer accounting logic is preserved
    
    @parthchandra, can you please review this pull request?
    
    Thanks!

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

    $ git pull https://github.com/sachouche/drill DRILL-6348

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

    https://github.com/apache/drill/pull/1237.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 #1237
    
----
commit 9ab501a3fc3ebbda44c1478ad9db6711192b8ca1
Author: Salim Achouche <sachouche2@...>
Date:   2018-04-23T01:02:35Z

    DRILL-6348: Fixed code so that Unordered Receiver reports its memory usage

----


---

Reply via email to