Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Error occurred when using limit. #1168

Closed
CPWstatic opened this issue Jun 23, 2021 · 1 comment · Fixed by #1198
Closed

Error occurred when using limit. #1168

CPWstatic opened this issue Jun 23, 2021 · 1 comment · Fixed by #1198
Assignees
Labels
bug Type: something is unexpected hi-pri Priority: high

Comments

@CPWstatic
Copy link
Contributor

(root@nebula) [nba]> $a=get subgraph from "Tim Duncan"|limit 1;
[ERROR (-8)]: Internal error: empty column name list

Wed, 23 Jun 2021 17:14:20 CST
(root@nebula) [nba]> $a=go from "Tim Duncan" over * yield $$.player.name as name; limit 1
[ERROR (-8)]: Iterator should be kind of SequentialIter.
@CPWstatic CPWstatic added bug Type: something is unexpected hi-pri Priority: high labels Jun 23, 2021
@Aiee
Copy link
Contributor

Aiee commented Jul 2, 2021

(root@nebula) [nba]> get subgraph from "Tim Duncan"|limit 1;
2021/07/02 12:09:02 [ERROR] Failed to reconnect, failed to open transport, error: dial tcp 127.0.0.1:9669: connect: connection refused
2021/07/02 12:09:02 Loop error, failed to open transport, error: dial tcp 127.0.0.1:9669: connect: connection refused

Bye root!
Fri, 02 Jul 2021 12:09:02 CST

panic: Loop error, failed to open transport, error: dial tcp 127.0.0.1:9669: connect: connection refused

goroutine 1 [running]:
log.Panicf(0x78a345, 0xe, 0xc000317e78, 0x1, 0x1)
	/usr/local/go/src/log/log.go:358 +0xc0
main.main()
	/home/yichen.wang/Workspace/console/main.go:414 +0x4e1

Screen Shot 2021-07-02 at 2 47 03 PM

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Type: something is unexpected hi-pri Priority: high
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants