Skip to content

Commit f4cda0e

Browse files
chaunceyjiangjohnnynunez
authored andcommitted
[Misc] Add log information for handle_process_request. (#14130)
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com> Signed-off-by: johnnynunez <johnnynuca14@gmail.com>
1 parent 50834e7 commit f4cda0e

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)