Files
neon/pageserver/src
Joonas Koivunen 225add041f calculate_logical_size: no longer use spawn_blocking (#3664)
Calculation of logical size is now async because of layer downloads, so
we shouldn't use spawn_blocking for it. Use of `spawn_blocking`
exhausted resources which are needed by `tokio::io::copy` when copying
from a stream to a file which lead to deadlock.

Fixes: #3657
2023-02-21 21:09:31 +02:00
..
2023-01-25 14:53:30 +01:00
2023-02-09 13:33:55 +01:00
2023-01-25 14:53:30 +01:00
2023-01-25 14:53:30 +01:00
2023-01-27 12:23:17 +01:00
2023-01-25 14:53:30 +01:00
2023-02-09 13:33:55 +01:00
2022-11-10 16:43:04 -05:00
2023-01-25 14:53:30 +01:00
2022-12-21 19:16:39 +01:00