You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: