neondatabase / neon

Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero.

Home Page:https://neon.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`test_gc_aggressive` regression with `tried to request a page version that was garbage collected`

jcsp opened this issue · comments

Test became unstable on ~2024-05-06, failing ~7% of runs.

Example failures:

asyncpg.exceptions.PostgresIOError: [NEON_SMGR] [shard 0] could not read block 74 in rel 1663/5/16389.0 from page server at lsn 0/023B8E10
DETAIL:  page server returned error: Bad request: tried to request a page version that was garbage collected. requested at 0/23B8E10 gc cutoff 0/23B91D8

image

This was fixed in #7708