You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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()
The text was updated successfully, but these errors were encountered:
Describe the bug (must be provided)
Crush when using
LIMIT
after;
Your Environments (must be provided)
How To Reproduce(must be provided)
Additional context
The text was updated successfully, but these errors were encountered: