mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 12:08:19 +00:00
d03ec9d998
## Problem We attempted validation for cancelled errors under the assumption that if vectored get fails, sequential get will too. That's not right 100% of times though because sequential get may have the values cached and slip them through even when shutting down. ## Summary of changes Don't validate if either search impl failed due to tenant shutdown.