Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to kill failed query #2916

Open
kikimo opened this issue Sep 23, 2021 · 1 comment
Open

unable to kill failed query #2916

kikimo opened this issue Sep 23, 2021 · 1 comment
Assignees
Labels
type/enhancement Type: make the code neat or more efficient

Comments

@kikimo
Copy link
Contributor

kikimo commented Sep 23, 2021

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)

  • OS: uname -a
  • Compliler: g++ --version or clang++ --version
  • CPU: lscpu
  • Commit id: 8fbb935

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.

@kikimo kikimo added the type/bug Type: something is unexpected label Sep 23, 2021
@kikimo kikimo added this to the v2.6.0 milestone Sep 23, 2021
@Sophie-Xie Sophie-Xie added type/enhancement Type: make the code neat or more efficient and removed type/bug Type: something is unexpected labels Sep 30, 2021
@Sophie-Xie Sophie-Xie modified the milestones: v2.6.0, v2.7.0 Sep 30, 2021
@critical27
Copy link
Contributor

critical27 commented Sep 30, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Type: make the code neat or more efficient
Projects
None yet
Development

No branches or pull requests

4 participants