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

Can't delete vertex #1996

Closed
Qubutol opened this issue Mar 26, 2020 · 2 comments · Fixed by #1983
Closed

Can't delete vertex #1996

Qubutol opened this issue Mar 26, 2020 · 2 comments · Fixed by #1983
Assignees
Labels
priority/med-pri Priority: medium

Comments

@Qubutol
Copy link

Qubutol commented Mar 26, 2020

Describe the bug (must be provided)
when I delete a vertex,I got:

[ERROR (-8)]: SpaceId `98'  is nonexistent

Your Environments (must be provided)

  • OS: centos7
  • version:nebula-2020.03.20-nightly.el7-5.x86_64

How To Reproduce(must be provided)

Steps to reproduce the behavior:

  1. Step 1
use nba
CREATE TAG person(name string, age int);
CREATE TAG INDEX person_index on person(name,age);
  1. Step 2
INSERT VERTEX person(name, age) VALUES 101:("Tony Parker", 36);
  1. Step 3
DELETE VERTEX 101

I got:

[ERROR (-8)]: SpaceId `98'  is nonexistent

but I describe space nba :

DESCRIBE SPACE nba

image

Expected behavior

delete vertex 101

log:
E0326 22:56:47.638962 30576 ExecutionPlan.cpp:76] Execute failed: SpaceId `98' is nonexistent

@Shylock-Hg Shylock-Hg added the priority/med-pri Priority: medium label Mar 27, 2020
@jude-zhu
Copy link
Contributor

(* ̄︶ ̄) we run into this problem yesterday. Simon is working on it.

@Qubutol
Copy link
Author

Qubutol commented Mar 27, 2020

(* ̄︶ ̄) we run into this problem yesterday. Simon is working on it.

Will this bug be fixed today? I see that the corresponding pull request has been read for test. Today's nightly version will merge this part of the code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/med-pri Priority: medium
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants