-
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
Storage core #3317
Comments
Which tck test case? Also upload the log... |
Don't know.. |
How to reproduce? |
Run tck: |
It did not reproduce successfully. In addition, according to the coredump stack, storage is a failure when reading a |
But in coredump, the |
I found it,
In this case, after ALTER statement, there is a certain probability that the graph sees version2 but storage can only see version1.This causes storage to obtain a null pointer when obtaining the A better suggestion is that we may implement a more complete DDL process in a distributed system, just like Google F1.After all, in addition to this bug, we have many other DDL-related issues, such as dropping a property or Schema. |
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 (required)
Your Environments (required)
uname -a
g++ --version
orclang++ --version
lscpu
a3ffc7d8
)How To Reproduce(required)
Steps to reproduce the behavior:
Run tck
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: