Stephanie Wang created ARROW-7991: ------------------------------------- Summary: [C++][Plasma] Allow option for evicting if full when creating an object Key: ARROW-7991 URL: https://issues.apache.org/jira/browse/ARROW-7991 Project: Apache Arrow Issue Type: Improvement Components: C++ - Plasma Affects Versions: 0.16.0 Reporter: Stephanie Wang Assignee: Stephanie Wang Fix For: 0.16.1
Plasma currently attempts to evict objects whenever the client tries to create an object and there is not enough space. Sometimes, though, it is preferable to allow the client to try something else, such as skipping creation or freeing other objects. This enhancement would allow the client to pass in a flag during object creation specifying whether objects should be evicted or not. -- This message was sent by Atlassian Jira (v8.3.4#803005)