Skip to content
New issue

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

Chinese Guideline shows error when try to insert #831

Closed
walter211 opened this issue Aug 22, 2019 · 2 comments
Closed

Chinese Guideline shows error when try to insert #831

walter211 opened this issue Aug 22, 2019 · 2 comments
Labels
priority/low-pri Priority: low

Comments

@walter211
Copy link

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)

  • OS: 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
  • Compliler: Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1
    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
  • CPU: Intel(R) Core(TM) i7-4980HQ CPU @ 2.80GHz

How To Reproduce(must be provided)
Steps to reproduce the behavior:

  1. Just follow the chinese guideline step by step
  2. try to execute command 'INSERT VERTEX student(name, age, gender) VALUES 200:("Monica", 16, "female");'
  3. shows error above

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

@whitewum
Copy link
Contributor

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

@whitewum whitewum added the priority/low-pri Priority: low label Aug 23, 2019
@whitewum
Copy link
Contributor

image

liwenhui-soul pushed a commit to liwenhui-soul/nebula that referenced this issue May 10, 2022
Co-authored-by: Sophie <[email protected]>

Co-authored-by: Doodle <[email protected]>
Co-authored-by: Sophie <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/low-pri Priority: low
Projects
None yet
Development

No branches or pull requests

3 participants