Files
neon/pageserver/src/tenant
Christian Schwarz 9d273c840a timeline: explicit tracking of flush loop state: NotStarted, Running, Exited
This allows us to error out in the case where we request flush but the
flush loop is not running.
Before, we would only track whether it was started, but not when it
exited.
Better to use an enum with 3 states than a 2-state bool because then
the error message can answer the question whether we ever started
the flush loop or not.
2022-11-18 12:15:14 +02:00
..
2022-11-12 18:52:25 +02:00
2022-10-27 14:02:55 +00:00
2022-11-17 23:53:31 +02:00