[ https://issues.apache.org/jira/browse/ARROW-4295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Philipp Moritz resolved ARROW-4295. ----------------------------------- Resolution: Fixed Issue resolved by pull request 3433 [https://github.com/apache/arrow/pull/3433] > [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: 20m > 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)