We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a0a8e commit 7b7902fCopy full SHA for 7b7902f
lib/bindings/python/rust/llm/block_manager.rs
@@ -225,12 +225,7 @@ impl BlockManager {
225
226
self._controller = Some(Arc::new(controller));
227
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")))?;
+ let instance_id = component.inner.drt().connection_id();
234
235
tracing::info!(
236
"Dynamo KVBM Controller: {}.{}:{}",
0 commit comments