-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
bug fix: delete vertices processor may core, if this vertex also have edges and index #2335
bug fix: delete vertices processor may core, if this vertex also have edges and index #2335
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done. LGTM. Good catch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
… edges and index (vesoft-inc#2335) * delete vertices may core, if this vertex also have edges and index * different tagId will use the same vertexPrefix, so can not break if iterator an edge
* More lookup tests on ngdata * Test edge property of double and geography types * Restore geography test for lookup * comment back tests * More lookup test cases * restore ngdata tests * drop the used space * Fix failed * refine step * some variables in where clause of lookup statement * some variabes in yield clause of lookup statement * More yield variable test --------- Co-authored-by: Yee <2520865+yixinglu@users.noreply.github.com> Co-authored-by: Sophie <84560950+Sophie-Xie@users.noreply.github.com>
get one core screen from BBS.
https://discuss.nebula-graph.com.cn/t/topic/1123/8
check all reference to getTagId,
find deleteVerticesProcessor call this without check if it is a vertex first.