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

Edge lost under high load of concurrent clients inserting a lot of same edges. #2868

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

Comments

@kikimo
Copy link
Contributor

kikimo commented Sep 15, 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)

Edge lost under high load of concurrent clients inserting a lot of same edges.

Your Environments (must be provided)

How To Reproduce(must be provided)

Steps to reproduce the behavior:

  1. Create a cluster with 3storage + 3graph + 1meta, a space with 3partition + 3replicas
  2. Create high load of concurrent clients inserting a lot of same edges

During our test, we start 64 clients and each insert same set of 16384 edges, in the end we find only 12772 edges:

12772 edges in total
props mismatch in edge (12->76), forward: ["15-1484"], backward: ["33-1484"]
lost edges:
8->12
16->87
25->63
49->78
80->36
29->51
65->12
5->30
106->60
58->9
25->96

Expected behavior

A clear and concise description of what you expected to happen.

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 15, 2021
@kikimo kikimo added this to the v2.6.0 milestone Sep 15, 2021
@liuyu85cn
Copy link
Contributor

Some request not return correctly. (actually error but return succeed, let client thought that edge missed)

fixed in PR #2525

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