mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 03:58:19 +00:00
6814bb4b59
## Problem https://github.com/neondatabase/neon/pull/7227 destabilized various tests in the performance suite, with log errors during shutdown. It's because we switched shutdown order to stop the storage controller before the pageservers. ## Summary of changes - Tolerate "connection failed" errors from pageservers trying to validation their deletion queue.