-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
affects/nonePR/issue: this bug affects none version.PR/issue: this bug affects none version.severity/noneSeverity of bugSeverity of bugtype/bugType: something is unexpectedType: something is unexpected
Description
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
Metadata
Metadata
Assignees
Labels
affects/nonePR/issue: this bug affects none version.PR/issue: this bug affects none version.severity/noneSeverity of bugSeverity of bugtype/bugType: something is unexpectedType: something is unexpected