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

$var;limit cause graphd to crash #2637

Closed
jievince opened this issue Jul 7, 2021 · 3 comments
Closed

$var;limit cause graphd to crash #2637

jievince opened this issue Jul 7, 2021 · 3 comments
Assignees
Labels
type/bug Type: something is unexpected
Milestone

Comments

@jievince
Copy link
Contributor

jievince commented Jul 7, 2021

(root@nebula) [nba]> $a=FETCH PROP ON * "Tony Parker";limit 1
2021/07/07 15:48:43 [ERROR] Failed to reconnect, Failed to open transport, error: dial tcp 127.0.0.1:38996: connect: connection refused
2021/07/07 15:48:43 Loop error, Failed to open transport, error: dial tcp 127.0.0.1:38996: connect: connection refused

Bye root!
Wed, 07 Jul 2021 15:48:43 CST

panic: Loop error, Failed to open transport, error: dial tcp 127.0.0.1:38996: connect: connection refused

goroutine 1 [running]:
log.Panicf(0x646161, 0xe, 0xc0000d1e78, 0x1, 0x1)
        /opt/hostedtoolcache/go/1.16.4/x64/src/log/log.go:361 +0xc5
main.main()
        /home/runner/work/nebula-console/nebula-console/main.go:419 +0x4f3
@CPWstatic
Copy link
Contributor

I don't reproduce it in Release mode. But we should fix it anyway.

@Shylock-Hg
Copy link
Contributor

It's caused by the limit without input data, maybe we could disable dangle limit sentence.

@CPWstatic CPWstatic transferred this issue from vesoft-inc/nebula-graph Aug 27, 2021
@CPWstatic CPWstatic added the type/bug Type: something is unexpected label Aug 28, 2021
@CPWstatic CPWstatic added this to the v2.6.0 milestone Aug 30, 2021
@Shylock-Hg
Copy link
Contributor

Closed by #2570

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