Will 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 AMSergey Chistyakov
03/06/2023, 11:42 PMJulius Kiesian
03/20/2023, 12:19 PMJulius Kiesian
03/20/2023, 12:20 PMRohith Sampgod
04/06/2023, 10:16 AMstoraged
host based nebula graph cluster deployment, which has a large amount of data.
As per the documentation: https://docs.nebula-graph.io/3.4.1/5.configurations-and-logs/1.configurations/4.storage-config/#storage_configurations_for_large_dataset
I have set enable_partitioned_index_filter=true
in every storage nodes nebula-storaged.conf
.
Although 2 hosts use low amount RAM (expected behavior), the third host overloads the RAM and crashes.
Please suggest if there is anything missing to get the cluster working with low RAM allocations.Jonathan Wong
04/11/2023, 2:11 AMJonathan Wong
04/11/2023, 2:12 AMJonathan Wong
04/20/2023, 7:42 AMParth Shah
04/25/2023, 11:09 AM