You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Lu Qi (JIRA)" <ji...@apache.org> on 2017/11/10 16:17:00 UTC

[jira] [Updated] (ARROW-1795) [Plasma C++] change evict policy

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

Lu Qi  updated ARROW-1795:
--------------------------
    Description: 
say, we have total memory 8 G , we have input 5G data, then comes another 6G data, 
if we choose to evict space 6G , it will throw exception saying that
no object can be free. This is because we didn't count the 3G remaining
space .If we count this remaining 3G , we need to ask only 3G,thus
we can evict the 5G and we are still alive .

  was:
say, we have total memory 8 G , we have input 5G , then comes 6G, 
if we choose to evict space 6G , it will throw exception saying that
no object can be free. This is because we didn't count the 3G remaining
space .If we count this remaining 3G , we need to ask only 3G,thus
we can evict the 5G and we are still alive .


> [Plasma C++] change evict policy
> --------------------------------
>
>                 Key: ARROW-1795
>                 URL: https://issues.apache.org/jira/browse/ARROW-1795
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Plasma (C++)
>            Reporter: Lu Qi 
>            Assignee: Lu Qi 
>            Priority: Minor
>
> say, we have total memory 8 G , we have input 5G data, then comes another 6G data, 
> if we choose to evict space 6G , it will throw exception saying that
> no object can be free. This is because we didn't count the 3G remaining
> space .If we count this remaining 3G , we need to ask only 3G,thus
> we can evict the 5G and we are still alive .



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)