Avoid incoming request hanging when Interactive engine is processing a long-run request #4409
zhanglei1949
started this conversation in
General
Replies: 2 comments
-
[Failed attempt] Start from this intuition, Is it possible to launch AdminService on some seastar shards, and QueryService on other shards? It turns out that if we choose shards to start services, the http request will be lost. |
Beta Was this translation helpful? Give feedback.
0 replies
-
We could forwarding the request handling to desired shards, in http_handler, which may save us from this issue, although it may waste the computing resources. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As being tested, the interactive engine blocks requests when a complex, long-run query is being running.
Observations:
Beta Was this translation helpful? Give feedback.
All reactions