mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-24 00:20:37 +00:00
We seem to have an issue with active timelines set being larger than it should. Add more observability around it: - measure total number of running timeline managers - measure total number of cancelled timelines - measure number of timelines in the active set directly (safekeeper_active_timelines excludes cancelled timelines). Previously get_all() from global map excluded cancelled timelines. This is not great because both safekeeper_timelines and debug dumps missed them; fix it.