Open kikimo opened 3 years ago
Please check the FAQ documentation before raising an issue
Please check the FAQ documentation and old issues before raising an issue in case someone has asked the same question that you are asking.
Describe the bug (must be provided)
Unable to kill failed query, leaving storage keep executing execution plan.
Your Environments (must be provided)
uname -a
g++ --version
clang++ --version
lscpu
How To Reproduce(must be provided)
Steps to reproduce the behavior:
storage instance keep executing this query while nebula-console report a faiure.
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Provide logs and configs, or any other context to trace the problem.
This is be design, storage only kill the query user specified (by kill query command), the failed query with rpc failure is not same as kill query. We could enhance it if really necessary.
kill query
Please check the FAQ documentation before raising an issue
Please check the FAQ documentation and old issues before raising an issue in case someone has asked the same question that you are asking.
Describe the bug (must be provided)
Unable to kill failed query, leaving storage keep executing execution plan.
Your Environments (must be provided)
uname -a
g++ --version
orclang++ --version
lscpu
How To Reproduce(must be provided)
Steps to reproduce the behavior:
storage instance keep executing this query while nebula-console report a faiure.
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Provide logs and configs, or any other context to trace the problem.