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

bug fix: delete vertices processor may core, if this vertex also have edges and index #2335

Merged
merged 2 commits into from
Sep 3, 2020
Merged

bug fix: delete vertices processor may core, if this vertex also have edges and index #2335

merged 2 commits into from
Sep 3, 2020

Conversation

liuyu85cn
Copy link
Contributor

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.

dangleptr
dangleptr previously approved these changes Sep 2, 2020
Copy link
Contributor

@dangleptr dangleptr left a 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

critical27
critical27 previously approved these changes Sep 2, 2020
@liuyu85cn liuyu85cn added the ready-for-testing PR: ready for the CI test label Sep 2, 2020
@liuyu85cn liuyu85cn dismissed stale reviews from critical27 and dangleptr via 18907b6 September 2, 2020 11:17
Copy link
Contributor

@panda-sheep panda-sheep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent!

Copy link
Contributor

@bright-starry-sky bright-starry-sky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dangleptr dangleptr merged commit bb9386c into vesoft-inc:master Sep 3, 2020
tong-hao pushed a commit to tong-hao/nebula that referenced this pull request Jun 1, 2021
… 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
yixinglu added a commit to yixinglu/nebula that referenced this pull request Jan 31, 2023
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-testing PR: ready for the CI test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants