Will Droste
10/21/2022, 8:19 PMPeicheng Yu
10/26/2022, 5:32 AM...
2022/10/25 23:06:06 [INFO] statsmgr.go:89: Tick: Time(90.00s), Finished(8826624), Failed(0), Read Failed(0), Latency AVG(74173us), Batches Req AVG(74755us), Rows AVG(98072.47/s)
2022/10/25 23:06:11 [INFO] statsmgr.go:89: Tick: Time(95.00s), Finished(8826624), Failed(0), Read Failed(0), Latency AVG(74173us), Batches Req AVG(74755us), Rows AVG(92911.68/s)
2022/10/25 23:06:13 [ERROR] handler.go:63: Client 8 fail to execute: INSERT EDGE `communication`(`pic_send`,`pic_reply`,`message_send`,`message_reply`) VALUES "cd175378-5b57-40c0-8044-abcefdcccxxx"->"f9aad3da-8fe7-41d2-be7e-9866xxx13e9e":(0,0,23,15) , "f06b5211-bf19-4dxxxx78f-e32da48c390e"->"d038xxxx-4cbd-47ca-869c-91571b4697f0":(0,0,63,51) , ...
and when I check the local storage service, it was offline.
+-------------+------+-----------+-----------+--------------+----------------------+------------------------+---------+
| Host | Port | HTTP port | Status | Leader count | Leader distribution | Partition distribution | Version |
+-------------+------+-----------+-----------+--------------+----------------------+------------------------+---------+
| "127.0.0.1" | 9779 | 19669 | "OFFLINE" | 0 | "No valid partition" | "us_comm:1" | "3.2.0" |
+-------------+------+-----------+-----------+--------------+----------------------+------------------------+---------+
Got 1 rows (time spent 1303/1945 us)
although I checked right before the ingestion to make sure nebula-storaged
was online. From the logging above, does it mean storaged
was offline roughly 95 seconds after the ingestion started? I’ve encountered this several times, but not sure what the root cause yet. If anyone can shed some light, I’d really appreciate. Thanks.Rama Raju
10/27/2022, 10:37 AMwey
10/27/2022, 1:58 PMHera Han
11/01/2022, 9:28 AMZhong TIAN
11/02/2022, 7:46 AMWill Droste
11/03/2022, 2:20 PMJeremy Simpson
11/09/2022, 7:55 PMWill Droste
11/13/2022, 4:14 PMsessoinId
in to any connection? Is the session ID unique enough not be a security concern. For instance if you make a connection to Nebula can somebody guess a sessionId
just be doing YIELD 1
statements?Will Droste
11/13/2022, 4:15 PMWill Droste
11/15/2022, 9:42 PMdocker-compose
to build a cluster locally the nebula-console
is still amd64 and also its says it fails to connectWill Droste
11/15/2022, 9:43 PMWill Droste
11/15/2022, 9:43 PM[+] Running 11/11
⠿ Network v3_3_nebula-net Created 0.0s
⠿ Container v3_3-metad2-1 Created 0.1s
⠿ Container v3_3-metad1-1 Created 0.1s
⠿ Container v3_3-metad0-1 Created 0.1s
⠿ Container v3_3-storaged2-1 Created 0.1s
⠿ Container v3_3-storaged1-1 Created 0.1s
⠿ Container v3_3-storaged0-1 Created 0.1s
⠿ Container v3_3-graphd1-1 Created 0.1s
⠿ Container v3_3-graphd-1 Created 0.1s
⠿ Container v3_3-graphd2-1 Created 0.1s
⠿ Container v3_3-console-1 Created 0.0s
Attaching to v3_3-console-1, v3_3-graphd-1, v3_3-graphd1-1, v3_3-graphd2-1, v3_3-metad0-1, v3_3-metad1-1, v3_3-metad2-1, v3_3-storaged0-1, v3_3-storaged1-1, v3_3-storaged2-1
v3_3-console-1 | 2022/11/15 21:33:58 Fail to initialize the connection pool, host: graphd, port: 9669, failed to open connection, error: failed to open transport, error: dial tcp 172.22.0.10:9669: connect: connection refused
v3_3-console-1 | panic: Fail to initialize the connection pool, host: graphd, port: 9669, failed to open connection, error: failed to open transport, error: dial tcp 172.22.0.10:9669: connect: connection refused
v3_3-console-1 |
v3_3-console-1 | goroutine 1 [running]:
v3_3-console-1 | log.Panicf(0xc00017a0c0, 0xbc, 0x0, 0x0, 0x0)
v3_3-console-1 | /usr/local/go/src/log/log.go:345 +0xc0
v3_3-console-1 | main.main()
v3_3-console-1 | /usr/src/main.go:549 +0x8d0
v3_3-console-1 exited with code 2
Will Droste
11/15/2022, 9:44 PMH3cT0R
11/19/2022, 4:11 PMChak-Pong Chung
11/21/2022, 1:11 AMwey
11/23/2022, 10:57 AMDominik
11/24/2022, 4:45 PMWill Droste
11/28/2022, 3:43 PMWill Droste
11/28/2022, 3:43 PMIt is not yet supported to add property conditions when matching vertices with multiple tags.
Will Droste
12/08/2022, 8:42 PMporsche
12/13/2022, 5:54 AMporsche
12/13/2022, 5:55 AMWill Droste
12/14/2022, 6:58 AMmerge
type query that can try to reduce the possibly of duplicates.. where Nebula does a search before an insert.porsche
12/27/2022, 1:53 AMChak-Pong Chung
01/07/2023, 12:06 AMChiranjeevi
02/02/2023, 5:59 AMAlex Kumundzhiev
02/15/2023, 1:00 PMSơn Trần Thái
02/21/2023, 8:52 AMWHERE
clause cannot be used in an OPTIONAL MATCH
clause in version 3.4 ?Duyên Đỗ (D Duck)
03/06/2023, 3:16 AM