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

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

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

Anurag Khandelwal commented on ARROW-4295:
------------------------------------------

cc [~pcmoritz]

> [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
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)