Revert "[BugFix] Fix engine hanging after KV cache initialization fai… (#36262)

This commit is contained in:
Nick Hill
2026-03-06 08:28:09 -08:00
committed by GitHub
parent 6b625a8807
commit 26bd43b52d
2 changed files with 24 additions and 58 deletions

View File

@@ -1130,11 +1130,6 @@ def wait_for_engine_startup(
start_pending[0 if local else 1] -= 1
engine.state = CoreEngineState.READY
elif status == "FAILED":
raise RuntimeError(
f"Engine core {eng_index} reported initialization failure. "
"See root cause above."
)
else:
raise RuntimeError(
f"Unexpected {status} message for "