diff --git a/storage_controller/src/service.rs b/storage_controller/src/service.rs index adbab5f924..0ff7c10de9 100644 --- a/storage_controller/src/service.rs +++ b/storage_controller/src/service.rs @@ -5192,7 +5192,6 @@ impl Service { }; if tenant_shard.intent.demote_attached(scheduler, node_id) { - tenant_shard.sequence = tenant_shard.sequence.next(); match tenant_shard.schedule(scheduler, &mut schedule_context) { Err(e) => { tracing::warn!(%tid, "Scheduling error when draining pageserver {} : {e}", node_id);