nebula icon indicating copy to clipboard operation
nebula copied to clipboard

Old sessions cannot access newly created nodes/edges

Open chzhoo opened this issue 1 month ago • 0 comments

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:

  1. Create two sessions: session-a and session-b
  2. Both session-a and session-b are bound to the execution space using the use space command.
  3. Create a new edge via session-a (follow)
  4. 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

chzhoo avatar Nov 12 '25 09:11 chzhoo