Files
neon/pageserver
Christian Schwarz a1ae23b827 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
2023-05-26 18:59:30 +02:00
..