-
Notifications
You must be signed in to change notification settings - Fork 132
No schema found #1132
Comments
Dear @Robson96 , Kindly note that inserting data immediately may fail after creating it: ref: https://docs.nebula-graph.io/2.0.1/3.ngql-guide/10.tag-statements/1.create-tag/#implementation_of_the_operation and I quoted as below:
For Also, I see |
@wey-gu which would they be? linux@linux-MacBook:/usr/local/nebula/logs$ ls |
Dear @Robson96 , |
linux@linux-MacBook:/usr/local/nebula/logs$ cat graphd-stderr.log |
linux@linux-MacBook:/usr/local/nebula/logs$ cat nebula-graphd.ERROR |
Dear Robson, it looks like in
An example of
Then after sometime, I saw your insert scuceeded.
Also, i see you encounterred RPC errors. It should be stroaged is not yet up and ready to take requests. You could check by
A example of show hosts is like:
ref: https://docs.nebula-graph.io/2.0.1/2.quick-start/0.FAQ/#about_executions |
linux@linux-MacBook:/usr/local/nebula/logs$ cat nebula-metad.ERROR |
Dear @Robson96 |
the macbook i was testing is from 2007, and the error i thought was rare |
Aha, that makes sense considering the disk may be HDD and the CPU/RAM may not be that powerful back 2007. |
Describe the bug (must be provided)
No schema found
Your Environments (must be provided)
Linux linux-MacBook 5.4.0-73-generic #82-Ubuntu SMP Wed Apr 14 17:39:42 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
g++ (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 Copyright (C) 2019 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. n
orclang version 10.0.0-4ubuntu1 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin
Arquitetura: x86_64 Modo(s) operacional da CPU: 32-bit, 64-bit Ordem dos bytes: Little Endian Address sizes: 36 bits physical, 48 bits virtual CPU(s): 2 Lista de CPU(s) on-line: 0,1 Thread(s) per núcleo: 1 Núcleo(s) por soquete: 2 Soquete(s): 1 Nó(s) de NUMA: 1 ID de fornecedor: GenuineIntel Família da CPU: 6 Modelo: 15 Nome do modelo: Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz Step: 11 CPU MHz: 1014.089 CPU MHz máx.: 2200,0000 CPU MHz mín.: 800,0000 BogoMIPS: 4388.79 Virtualização: VT-x cache de L1d: 64 KiB cache de L1i: 64 KiB cache de L2: 4 MiB CPU(s) de nó0 NUMA: 0,1 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages Vulnerability L1tf: Mitigation; PTE Inversion; VMX EPT disabled Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT disabled Vulnerability Meltdown: Mitigation; PTI Vulnerability Spec store bypass: Vulnerable Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization Vulnerability Spectre v2: Mitigation; Full generic retpoline, STIBP disabled, RSB filling Vulnerability Srbds: Not affected Vulnerability Tsx async abort: Not affected Opções: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl cpuid aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtp r pdcm lahf_lm pti tpr_shadow vnmi flexpriority dtherm
a3ffc7d8
)How To Reproduce(must be provided)
Steps to reproduce the behavior:
(admin@nebula) [test]> create tag usuario(nome string);
[ERROR (-8)]: Existed!
Sun, 13 Jun 2021 09:47:00 -03
(admin@nebula) [test]> insert vertex usuario (nome) values "Bob":("Bob");
[ERROR (-12)]: SemanticError: No schema found for `usuario'
Sun, 13 Jun 2021 09:47:03 -03
(admin@nebula) [test]>
Expected behavior
after you have restarted and the errors below!
(admin@nebula) [test]> insert vertex usuario (nome) values "Bob":("Bob");
Execution succeeded (time spent 103936/56524 us)
Sun, 13 Jun 2021 10:01:20 -03
(admin@nebula) [test]>
Additional context
linux@linux-MacBook:
/Downloads$ sudo /usr/local/nebula/scripts/nebula.service restart all/Downloads$ ./nebula-console-v2.0.0-ga -addr=127.0.0.1 -port=9669 -u admin -p admin[sudo] senha para linux:
[WARN] The maximum files allowed to open might be too few: 1024
[INFO] Stopping nebula-metad...
[INFO] Done
[INFO] Starting nebula-metad...
[INFO] Done
[INFO] Stopping nebula-graphd...
[INFO] Done
[INFO] Starting nebula-graphd...
[INFO] Done
[INFO] Stopping nebula-storaged...
[INFO] Done
[INFO] Starting nebula-storaged...
[INFO] Done
linux@linux-MacBook:
2021/06/13 10:00:01 [INFO] connection pool is initialized successfully
Welcome to Nebula Graph!
(admin@nebula) [(none)]> use test;
Execution succeeded (time spent 760237/733622 us)
Sun, 13 Jun 2021 10:00:06 -03
(admin@nebula) [test]> insert vertex usuario (nome) values "Bob":("Bob");
[ERROR (-8)]: Storage Error: part: 81, error: E_RPC_FAILURE(-3).
Sun, 13 Jun 2021 10:00:08 -03
(admin@nebula) [test]> insert vertex usuario (nome) values "Bob":("Bob");
[ERROR (-8)]: Storage Error: part: 81, error: E_RPC_FAILURE(-3).
Sun, 13 Jun 2021 10:00:15 -03
(admin@nebula) [test]>
The text was updated successfully, but these errors were encountered: