We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug(must be provided) Follow the guideline, when try to execute this
INSERT VERTEX student(name, age, gender) VALUES 200:("Monica", 16, "female");
shows error:
[ERROR (-8)]: No schema found for `student'
Your Environments(must be provided)
18.7.0 Darwin Kernel Version 18.7.0: Thu Jun 20 18:42:21 PDT 2019; root:xnu-4903.270.47~4/RELEASE_X86_64 x86_64
How To Reproduce(must be provided) Steps to reproduce the behavior:
Expected behavior Should execute success or shows error meta is not ok
Additional context first launch When you execute some other command,it wiil be ok, not sure if it caused by meta problme
The text was updated successfully, but these errors were encountered:
Thank you for your report.
I think this is due to the meta refresh issue (https://github.com/vesoft-inc/nebula/blob/master/docs/manual-CN/get-started.md see the bottom part)
By default, it takes about 2min to refresh meta change. ( Of cause, this is a bad choice for the beginners)
Can you try in the console:
get variables graph:load_data_interval_secs
Sorry, something went wrong.
skip heartbeat for tool (vesoft-inc#831)
ea9809e
Co-authored-by: Sophie <[email protected]> Co-authored-by: Doodle <[email protected]> Co-authored-by: Sophie <[email protected]>
No branches or pull requests
Describe the bug(must be provided)
Follow the guideline, when try to execute this
shows error:
Your Environments(must be provided)
18.7.0 Darwin Kernel Version 18.7.0: Thu Jun 20 18:42:21 PDT 2019; root:xnu-4903.270.47~4/RELEASE_X86_64 x86_64
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.7.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
How To Reproduce(must be provided)
Steps to reproduce the behavior:
Expected behavior
Should execute success or shows error meta is not ok
Additional context
first launch
When you execute some other command,it wiil be ok, not sure if it caused by meta problme
The text was updated successfully, but these errors were encountered: