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 props mismatch between forward and backwark edges #2867

Closed
kikimo opened this issue Sep 15, 2021 · 2 comments
Closed

Edge props mismatch between forward and backwark edges #2867

kikimo opened this issue Sep 15, 2021 · 2 comments
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 props mismatch between forward and backwark edges when we create load that insert tons of same edges concurrently .

Your Environments (must be provided)

How To Reproduce(must be provided)

Steps to reproduce the behavior:

  1. a nebula cluster with 3storage + 3graph + 1meta, create a space with 3partition + 3replicas
  2. create load that insert tons of same edges concurrently
  3. check whether props in forward and backward edges are match for all edges inserted

repeat the above step serveral times and finally you might find something like below:

props mismatch in edge (12->76), forward: ["15-1484"], backward: ["33-1484"]

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
@kikimo
Copy link
Contributor Author

kikimo commented Sep 15, 2021

We can reproduce this problem by kicking off and rejoin a leader.

@liuyu85cn
Copy link
Contributor

Due to resume thread not work correctly. 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