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
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)
uname -a
g++ --version
clang++ --version
lscpu
a3ffc7d8
How To Reproduce(must be provided)
Steps to reproduce the behavior:
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.
The text was updated successfully, but these errors were encountered:
We can reproduce this problem by kicking off and rejoin a leader.
Sorry, something went wrong.
Due to resume thread not work correctly. Fixed in pr #2525.
liuyu85cn
No branches or pull requests
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)
uname -a
g++ --version
orclang++ --version
lscpu
a3ffc7d8
)https://github.com/liuyu85cn/nebula.git 730a39d
How To Reproduce(must be provided)
Steps to reproduce the behavior:
repeat the above step serveral times and finally you might find something like below:
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.
The text was updated successfully, but these errors were encountered: