Skip to content

Commit 586fd0e

Browse files
chaunceyjiangshreyankg
authored andcommitted
[Misc] Add log information for handle_process_request. (vllm-project#14130)
Signed-off-by: chaunceyjiang <[email protected]>
1 parent 84ef10e commit 586fd0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vllm/engine/multiprocessing/engine.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,8 @@ def _handle_process_request(self, request: RPCProcessRequest):
292292
# We do not set self._errored = True here, since the error
293293
# is due to an issue adding this request to the engine,
294294
# rather than an issue with the engine itself.
295+
logger.debug("Failed to add request %s to engine. %s",
296+
request.request_id, e)
295297
is_errored = self._errored_with is not None
296298
rpc_err = RPCError(request_id=request_id,
297299
is_engine_errored=is_errored,

0 commit comments

Comments
 (0)