vesoft-inc / nebula

A distributed, fast open-source graph database featuring horizontal scalability and high availability
https://nebula-graph.io
Apache License 2.0
10.68k stars 1.2k forks source link

unable to kill failed query #2916

Open kikimo opened 3 years ago

kikimo commented 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)

How To Reproduce(must be provided)

Steps to reproduce the behavior:

  1. construct a slow query that result into rpc failure

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.

critical27 commented 3 years ago

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.