refactor: misc after attempt to add lock_in_reparentable

This commit is contained in:
Joonas Koivunen
2024-07-22 19:52:38 +00:00
parent 43af9484c0
commit f4cd9fe40b
5 changed files with 128 additions and 99 deletions

View File

@@ -2842,6 +2842,7 @@ impl Service {
);
let client = PageserverClient::new(node.get_id(), node.base_url(), jwt.as_deref());
client
.timeline_detach_ancestor(tenant_shard_id, timeline_id)
.await