blanket rename

This commit is contained in:
Joonas Koivunen
2023-08-24 20:06:05 +03:00
parent fb4d404553
commit ecf34bb3e4
7 changed files with 350 additions and 304 deletions

View File

@@ -62,7 +62,7 @@ use crate::{
task_mgr::{self, TaskKind, BACKGROUND_RUNTIME},
tenant::{
self,
storage_layer::{AsLayerDesc, LayerE},
storage_layer::{AsLayerDesc, Layer},
timeline::EvictionError,
Timeline,
},
@@ -481,7 +481,7 @@ pub async fn disk_usage_eviction_task_iteration_impl<U: Usage>(
#[derive(Clone)]
struct EvictionCandidate {
timeline: Arc<Timeline>,
layer: Arc<LayerE>,
layer: Layer,
last_activity_ts: SystemTime,
}