You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/01/19 02:43:00 UTC

[jira] [Updated] (ARROW-4295) [Plasma] Incorrect log message when evicting objects

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

ASF GitHub Bot updated ARROW-4295:
----------------------------------
    Labels: pull-request-available  (was: )

> [Plasma] Incorrect log message when evicting objects
> ----------------------------------------------------
>
>                 Key: ARROW-4295
>                 URL: https://issues.apache.org/jira/browse/ARROW-4295
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, Plasma (C++)
>    Affects Versions: 0.11.1
>            Reporter: Anurag Khandelwal
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 0.13.0
>
>
> When Plasma evicts objects on running out of memory, it prints log messages of the form:
> {quote}There is not enough space to create this object, so evicting x objects to free up y bytes. The number of bytes in use (before this eviction) is z.{quote}
> However, the reported number of bytes in use (before this eviction) actually reports the number of bytes *after* the eviction. A straightforward fix is to simply replace z with (y+z).



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