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

MATCH query on a edge without index will crash the graphd #3284

Closed
yixinglu opened this issue Nov 8, 2021 · 1 comment
Closed

MATCH query on a edge without index will crash the graphd #3284

yixinglu opened this issue Nov 8, 2021 · 1 comment
Assignees
Labels
type/bug Type: something is unexpected

Comments

@yixinglu
Copy link
Contributor

yixinglu commented Nov 8, 2021

Your Environments (required)

nebula version: 2.5.0

How To Reproduce(required)

Steps to reproduce the behavior:

 CREATE SPACE test_space(vid_type=FIXED_STRING(10));
 USE test_space;
 CREATE EDGE like(likeness double);
 MATCH p=(v)-[e]-(v2) WHERE e.likeness >= 90 RETURN p;

nebula graphd crash.

reference: https://discuss.nebula-graph.com.cn/t/topic/6394

@yixinglu yixinglu added the type/bug Type: something is unexpected label Nov 8, 2021
@Sophie-Xie Sophie-Xie added this to the v3.0.0 milestone Nov 8, 2021
@Shylock-Hg
Copy link
Contributor

Already fix in #2996 , released in v2.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

3 participants