Reputation: 192
We are using MarkLogic-8
with a setup of three nodes (two Forests
on each). We have an HTTP App-Server
with request timeout
and session timeout
set to 30 mins.
An incoming request through this App-Server
has been running for over 8 hours before it was cancelled manually. Upon looking up the logs we found that this request was retried for 44 times with XDMP-XDQPNOSESSION
entries.
2020-08-04 17:36:13.879 Debug: Retrying xdmp:eval 7547772792649456554 Update 41 because XDMP-XDQPNOSESSION: No XDQP session, client=xx.xxx.x.xxx, request=probeByHash, session=14574561708811728252, target=16982022523143157068
Now the question is - why this request
keeps getting retried instead of getting timed out
(in 30 mins)?
We had other requests running in parallel with this one, all (except this) completed successfully without any such error/scenario.
Upvotes: 1
Views: 116