mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-20 06:30:43 +00:00
A few of the benchmarks have started failing after #8655 where they are waiting for compactor task. Reads done by image layer creation should already be cancellation sensitive because vectored get does a check each time, but try sprinkling additional cancellation points to: - each partition - after each vectored read batch