Unverified Commit 5d96533e authored by Nicolò Lucchesi's avatar Nicolò Lucchesi Committed by GitHub
Browse files

[Bugfix][P/D] Fix Prefix Cache Bug (#18411)


Signed-off-by: default avatarnicklucche <nlucches@redhat.com>
Co-authored-by: default avatarRobert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com>
parent 4de790fc
......@@ -739,7 +739,8 @@ class NixlConnectorWorker:
# just notify P worker that we have the blocks we need.
num_local_blocks = len(local_block_ids)
if num_local_blocks == 0:
self.nixl_wrapper.send_notif(dst_engine_id,
agent_name = self._remote_agents[dst_engine_id]
self.nixl_wrapper.send_notif(agent_name,
notif_msg=request_id.encode("utf-8"))
return
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment