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. |
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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
As being tested, the interactive engine blocks requests when a complex, long-run query is being running.
Observations:
All reactions