-
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
TTL configured,but vid still can be found after expiration,after compaction looks normal #4399
Comments
Which version is your kernel? 3.1 enterprise version? |
3.1.0 |
for issue 2, refer #3958
how to reduce:
|
👍 |
This need to verified after tagless vertex has been removed. It is expected behavior for the first issue |
How come this was marked as won't fix? I have also encountered this issue. It's rather cumbersome to have to filter out invalid/empty results. For example, when I iterate over the results, the entry shows up (previous deleted by TTL), but the are no tags associated with it. So when I try to access anything I get errors. Even though I filter specifically on a tag existing. |
The tagless(bare tag vertex) support will be removed soon, and afterward this issue should be gone(or easier to be handled), right @critical27 @Sophie-Xie ? |
fixed in #4578 |
version:

steps
Execution plan of nGQL:

match (v:ttl01) return v limit 1;
The text was updated successfully, but these errors were encountered: