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

nebula stuck when batch inserting 1024 vertexes #2912

Closed
kikimo opened this issue Sep 23, 2021 · 1 comment
Closed

nebula stuck when batch inserting 1024 vertexes #2912

kikimo opened this issue Sep 23, 2021 · 1 comment
Assignees
Labels
type/bug Type: something is unexpected

Comments

@kikimo
Copy link
Contributor

kikimo commented Sep 23, 2021

Please check the FAQ documentation before raising an issue

Please check the FAQ documentation and old issues before raising an issue in case someone has asked the same question that you are asking.

Describe the bug (must be provided)

nebula stuck when batch inserting 1024 vertexes.

Your Environments (must be provided)

  • OS: uname -a
  • Compliler: g++ --version or clang++ --version
  • CPU: lscpu
  • Commit id (e.g. a3ffc7d8)

How To Reproduce(must be provided)

Steps to reproduce the behavior:

a nebula cluster with 3storage + 3 meta + 3graph, a space with 1 partition and 3 replicas

  1. batch inserting 1024 vertex

Expected behavior

graphd 100% cpu(never terminate i guess) and the execution never terminate:

image

graphd under perf top:

image

Additional context

Provide logs and configs, or any other context to trace the problem.

@kikimo kikimo added the type/bug Type: something is unexpected label Sep 23, 2021
@kikimo
Copy link
Contributor Author

kikimo commented Sep 23, 2021

1024 too large:

error inserting vertex: ErrorCode: -1009, ErrorMsg: SemanticError: The maximum number of statements allowed has been exceeded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

2 participants