mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-23 14:38:29 +00:00
df49a9b7aa
## Problem
Error messages like this coming up during normal operations:
```
Compaction failed, retrying in 2s: timeline is Stopping
Compaction failed, retrying in 2s: Cannot run compaction iteration on inactive tenant
```
## Summary of changes
Add explicit handling for the shutdown case in these locations, to
suppress error logs.