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

Expose host store spill #9189

Merged
merged 4 commits into from
Sep 7, 2023

Conversation

abellina
Copy link
Collaborator

@abellina abellina commented Sep 5, 2023

Contributes to the first part of #8881

This adds a method at the RapidsBufferCatalog object level that allows you to spill a store. It also exposes a RapidsBufferCatalog.getHostStorage method which can be used to trigger spill from anywhere at this level.

revans2
revans2 previously approved these changes Sep 5, 2023
}
}

RapidsBufferCatalog.setDeviceStorage(devStore)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to close any previous RapidsBufferCatalog state that may have been leftover from a previous test before clobbering its settings here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that seems like a good idea. Will do.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sameerz sameerz added the reliability Features to improve reliability or bugs that severly impact the reliability of the plugin label Sep 6, 2023
@abellina
Copy link
Collaborator Author

abellina commented Sep 6, 2023

oh I see conflicts.. need to take a look

@abellina
Copy link
Collaborator Author

abellina commented Sep 6, 2023

build

@abellina abellina merged commit 22cfc2e into NVIDIA:branch-23.10 Sep 7, 2023
@abellina abellina deleted the expose_host_store_spill branch September 7, 2023 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
reliability Features to improve reliability or bugs that severly impact the reliability of the plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants