Skip to content

Commit 7b7902f

Browse files
committed
Another block manager change
Signed-off-by: Graham King <[email protected]>
1 parent 37a0a8e commit 7b7902f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

lib/bindings/python/rust/llm/block_manager.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -225,12 +225,7 @@ impl BlockManager {
225225

226226
self._controller = Some(Arc::new(controller));
227227

228-
let instance_id = component
229-
.inner
230-
.drt()
231-
.primary_lease()
232-
.map(|lease| lease.id())
233-
.ok_or_else(|| to_pyerr(anyhow::anyhow!("no instance id")))?;
228+
let instance_id = component.inner.drt().connection_id();
234229

235230
tracing::info!(
236231
"Dynamo KVBM Controller: {}.{}:{}",

0 commit comments

Comments
 (0)