nebula
nebula copied to clipboard
Old sessions cannot access newly created nodes/edges
Please check the FAQ documentation before raising an issue
Describe the bug (required)
The old session cannot access newly created nodes/edges; only rebuilding the session can resolve this.
How To Reproduce(required)
Steps to reproduce the behavior:
- Create two sessions: session-a and session-b
- Both session-a and session-b are bound to the execution space using the use space command.
- Create a new edge via session-a (
follow) - The
go from '123' over follow4 yield properties(edge)statement is executed via session-b results in the error:Storage Error: Edge not found.
Expected behavior
session-b can access the edge follow
Additional context