Unverified Commit 460f553a authored by Chauncey's avatar Chauncey Committed by GitHub
Browse files

[Misc] Add log information for handle_process_request. (#14130)


Signed-off-by: default avatarchaunceyjiang <chaunceyjiang@gmail.com>
parent 1253b157
......@@ -292,6 +292,8 @@ class MQLLMEngine:
# We do not set self._errored = True here, since the error
# is due to an issue adding this request to the engine,
# rather than an issue with the engine itself.
logger.debug("Failed to add request %s to engine. %s",
request.request_id, e)
is_errored = self._errored_with is not None
rpc_err = RPCError(request_id=request_id,
is_engine_errored=is_errored,
......
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