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

fix: flaky parquet cache for real this time #25426

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

hiltontj
Copy link
Contributor

@hiltontj hiltontj commented Oct 3, 2024

This adds a watch channel to check for when prunes have happened on the parquet cache oracle, so we can notify something, like a test, that needs to know when a prune has happened.

This should make the cache eviction test in the parquet_cache module not flake out anymore.

There is no issue for this.

@hiltontj hiltontj self-assigned this Oct 3, 2024
@hiltontj hiltontj added the v3 label Oct 3, 2024
This adds a watch channel to check for when prunes have happened on
the parquet cache oracle, so we can notify something, like a test, that
needs to know when a prune has happened.

This should make the cache eviction test in the parquet_cache module
not flake out anymore.
@hiltontj hiltontj force-pushed the hiltontj/parquet-cache-frosty-flakes branch from 48cfe2f to f41c94f Compare October 3, 2024 14:30
@hiltontj hiltontj marked this pull request as ready for review October 3, 2024 14:32
Copy link
Member

@pauldix pauldix left a comment

Choose a reason for hiding this comment

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

great stuff

@hiltontj hiltontj merged commit 1cd930f into main Oct 3, 2024
12 checks passed
@hiltontj hiltontj deleted the hiltontj/parquet-cache-frosty-flakes branch October 3, 2024 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants