Unverified Commit 55212c14 authored by Bofeng Xue's avatar Bofeng Xue Committed by GitHub
Browse files

fix: remove duplicate engine_id check in nixl_connector (#31948)


Signed-off-by: default avatarBofeng BF1 Xue <xuebf1@Lenovo.com>
Co-authored-by: default avatarBofeng BF1 Xue <xuebf1@Lenovo.com>
parent e7b68f4d
......@@ -1077,13 +1077,6 @@ class NixlConnectorWorker:
) from e
# Ensure engine id matches.
if metadata.engine_id != expected_engine_id:
raise RuntimeError(
f"Remote NIXL agent engine ID mismatch. "
f"Expected {expected_engine_id},"
f"received {metadata.engine_id}."
)
# Ensure engine id matches.
if metadata.engine_id != expected_engine_id:
raise RuntimeError(
f"Remote NIXL agent engine ID mismatch. "
......
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