influxdata / influxdb

Scalable datastore for metrics, events, and real-time analytics
https://influxdata.com
Apache License 2.0
29k stars 3.56k forks source link

Delete metadata caches on database/table delete #25583

Open hiltontj opened 5 hours ago

hiltontj commented 5 hours ago

Problem

When a database or table is deleted, the related metadata caches are not being deleted.

Proposed solution

Following how last caches are cleaned up (see linked PRs below), we need to do the same for metadata caches.

Alternatives

N/A

Additional Context

See also: https://github.com/influxdata/influxdb/pull/25566#discussion_r1853734756