Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++][Plasma] Allow option for evicting if full when creating an object #24208

Closed
asfimport opened this issue Mar 2, 2020 · 1 comment
Closed

Comments

@asfimport
Copy link
Collaborator

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.

Reporter: Stephanie Wang / @stephanie-wang
Assignee: Stephanie Wang / @stephanie-wang

PRs and other links:

Note: This issue was originally created as ARROW-7991. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Philipp Moritz / @pcmoritz:
Issue resolved by pull request 6520
#6520

@asfimport asfimport added this to the 0.17.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant