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

Remote cluster sqlite cache leak #8916

Closed
fspmarshall opened this issue Nov 10, 2021 · 2 comments
Closed

Remote cluster sqlite cache leak #8916

fspmarshall opened this issue Nov 10, 2021 · 2 comments
Assignees
Labels

Comments

@fspmarshall
Copy link
Contributor

Sqlite cache instances aren't cleaned up when remote clusters go offline and/or when the remote cluster resource is destroyed. This is intended behavior for local cluster cache. We need alternative behavior for remote clusters.

@zmb3
Copy link
Collaborator

zmb3 commented Jun 8, 2022

@espadolini can we close this since sqlite caches no longer exist?

@espadolini
Copy link
Contributor

espadolini commented Jun 8, 2022

SQLite caches are not a thing anymore (so there's nothing to delete on disk), and even the in-memory caches for disconnected remote clusters are cleaned up after #11435.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants