You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2018/08/15 17:42:00 UTC

[jira] [Updated] (ARROW-3061) [Java] headroom does not take into account reservation

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

Wes McKinney updated ARROW-3061:
--------------------------------
    Summary: [Java] headroom does not take into account reservation  (was: headroom does not take into account reservation)

> [Java] headroom does not take into account reservation
> ------------------------------------------------------
>
>                 Key: ARROW-3061
>                 URL: https://issues.apache.org/jira/browse/ARROW-3061
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Java
>            Reporter: Laurent Goujon
>            Priority: Major
>
> It looks like {{BufferAllocator#getHeadroom()}} does not take into account current allocator reservation. For example if a parent allocator has a limit of 10, and a child allocator is created with a reservation of 6, the headroom of the parent is 4, and the current headroom will report 4, but the actual headroom is 10 because the child has no memory used and so can use the full extend of its reservation on top of what the parent allocator can allocate



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)