Files
neon/pageserver
Christian Schwarz 24df184a4e controversial but necessary: keep holding layer map lock inside compact_level0_phase1
Without this, the seocnd read().unwrap() becomes an await point,
which makes the future not-Send, but, we require it to be Send
because it runs inside task_mgr::spawn, which requires the Fut's to be Send

(cherry picked from commit a1ae23b827)
2023-05-26 20:00:34 +02:00
..