mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-23 22:48:40 +00:00
e0ebdfc7ce
## Problem Tenant deletions would sometimes be accompanied by compaction stack traces, because `shutdown()` puts the tenant into stopping state before it joins background tasks. ## Summary of changes Treat GC+Compaction as no-ops on a Stopping tenant.