Files
neon/pageserver/src
Christian Schwarz e8ae409bdc 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-12 16:51:29 +02:00
..
2023-01-25 14:53:30 +01:00
2023-05-12 16:51:29 +02:00
2022-11-10 16:43:04 -05:00
2023-05-12 16:51:29 +02:00
2022-12-21 19:16:39 +01:00