mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-05 06:20:37 +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