-
Hello everyone, I am encountering an issue with stale vertex edge indices in JanusGraph. I have deleted all attached vertices and edges from a JanusGraph vertex, but now whenever I search for edges from that vertex, I can still see them all, but they are empty. I had previously faced an issue with composite index and solved it with this link. However, this time, the problem lies with the vertex edge index being stale. Specifically, if you independently search by edge and vertex, you will not get anything, but if you just search by source vertex, you will see all the edges, where in reality there is nothing there, just wrong entries in the index. Example:
Even though all edges and vertices were deleted at once, I can still see them. I know that there is nothing there, just the wrong entry in the index. This is confirmed by checking their properties:
This is causing significant issues in our production instance. JanusGraph version: 0.6 Does anyone have any idea on how to resolve this issue? Any help would be greatly appreciated. Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
What happens when you do |
Beta Was this translation helpful? Give feedback.
Another thing you could try: add a dummy property to that "half edge" and then try deleting it.