We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
when I restart storaged, and drop a space, storaged crash again.
The text was updated successfully, but these errors were encountered:
monadbobo
Successfully merging a pull request may close this issue.
Nebula services updates from rc3 to rc4 (with data).
with RC3:
with RC4, updated the edge
storaged crashes.
when I restart storaged, and drop a space, storaged crash again.
The text was updated successfully, but these errors were encountered: