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

RC3 upgrade to RC4, storaged crashes when update an edge #2016

Closed
jude-zhu opened this issue Mar 30, 2020 · 0 comments · Fixed by #2024
Closed

RC3 upgrade to RC4, storaged crashes when update an edge #2016

jude-zhu opened this issue Mar 30, 2020 · 0 comments · Fixed by #2024
Assignees

Comments

@jude-zhu
Copy link
Contributor

jude-zhu commented Mar 30, 2020

Nebula services updates from rc3 to rc4 (with data).

with RC3:

CREATE EDGE follow(degree int);
INSERT EDGE follow(degree) VALUES 100 -> 101:(95);

with RC4, updated the edge

UPDATE EDGE 100 -> 101 OF follow SET degree = 96;

storaged crashes.

1

when I restart storaged, and drop a space, storaged crash again.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants