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

Crush when using LIMIT after ; #2548

Closed
Aiee opened this issue Aug 23, 2021 · 0 comments · Fixed by #2570
Closed

Crush when using LIMIT after ; #2548

Aiee opened this issue Aug 23, 2021 · 0 comments · Fixed by #2570
Assignees
Labels
type/bug Type: something is unexpected

Comments

@Aiee
Copy link
Contributor

Aiee commented Aug 23, 2021

Describe the bug (must be provided)

Crush when using LIMIT after ;

Your Environments (must be provided)

How To Reproduce(must be provided)

(root@nebula) [nba]> YIELD 1 | limit 1
+---+
| 1 |
+---+
| 1 |
+---+
Got 1 rows (time spent 770/1127 us)

Mon, 23 Aug 2021 10:59:51 CST

(root@nebula) [nba]> YIELD 1 ; limit 1
2021/08/23 10:59:54 [ERROR] Failed to reconnect, failed to open transport, error: dial tcp 192.168.8.6:29562: connect: connection refused
2021/08/23 10:59:54 Loop error, failed to open transport, error: dial tcp 192.168.8.6:29562: connect: connection refused

Bye root!
Mon, 23 Aug 2021 10:59:54 CST

panic: Loop error, failed to open transport, error: dial tcp 192.168.8.6:29562: connect: connection refused

Additional context

Log file created at: 2021/08/23 11:01:53
Running on machine: nebula-dev-1
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0823 11:01:53.721838 52142 GraphDaemon.cpp:108] Starting Graph HTTP Service
I0823 11:01:53.724076 52143 WebService.cpp:125] Web service started on HTTP[21374], HTTP2[16910]
I0823 11:01:53.724114 52142 GraphDaemon.cpp:122] Number of networking IO threads: 56
I0823 11:01:53.724133 52142 GraphDaemon.cpp:131] Number of worker threads: 56
I0823 11:01:53.724383 52142 MetaClient.cpp:47] Create meta client to "127.0.0.1":38295
I0823 11:01:55.751533 52142 MetaClient.cpp:2951] Load leader of "127.0.0.1":39535 in 1 space
I0823 11:01:55.751559 52142 MetaClient.cpp:2958] Load leader ok
I0823 11:01:55.751652 52142 MetaClient.cpp:94] Register time task for heartbeat!
I0823 11:01:55.780973 52142 GraphDaemon.cpp:161] Starting nebula-graphd on 127.0.0.1:29562
I0823 11:01:55.843283 52550 GraphService.cpp:63] Authenticating user root from [::ffff:192.168.8.6]:44780
I0823 11:02:06.253178 52480 MetaClient.cpp:2951] Load leader of "127.0.0.1":39535 in 1 space
I0823 11:02:06.253213 52480 MetaClient.cpp:2958] Load leader ok
F0823 11:03:51.724004 52547 DataCollectExecutor.cpp:115] Check failed: !ds.colNames.empty() 
@Aiee Aiee added the type/bug Type: something is unexpected label Aug 23, 2021
@Shylock-Hg Shylock-Hg self-assigned this Aug 24, 2021
yixinglu pushed a commit to yixinglu/nebula that referenced this issue Sep 14, 2023
Fix tagnum is not passed into GITHUB_OUTPUT
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
2 participants