-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 default datetime prop mismatch #3045
Comments
@czpmango cc |
This happened while instead of use the default GraphStorageClient, kiki called storage server API directly. Normally, when we used storageClient,
This won't happen in user case. move to 3.0 to dig more. |
We still see a very little of datetime mismatch after we adjust the stresser, maybe there are unknown problems. |
Is this issue fixed? |
not yet |
Fixed in #3880 |
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 default datetime prop mismatch.
Your Environments (must be provided)
uname -a
g++ --version
orclang++ --version
lscpu
How To Reproduce(must be provided)
Steps to reproduce the behavior:
check equality of kdata field of in/out edge, you will find a lot of edge prop mismatch, the discrepancy generally come form Microsec field of ts value, eg.
Expected behavior
We expect the value of ts field to be equal in in/out edge of an edge.
Additional context
Provide logs and configs, or any other context to trace the problem.
The text was updated successfully, but these errors were encountered: