Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-1679

Detached side-effects aren't attached when remoted

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.2.4
    • 3.2.6
    • python, server
    • None

    Description

      This problem is exemplified in gremlin-python:

      >>> vFrom = g.V(1).next()
      >>> vTo = g.V(6).next()
      >>> g.withSideEffect("t",vTo).V(vFrom).as_("f").addE("knows").from_("f").to("t").toList()
      

      the vTo doesn't attach when it reaches the server, so when the addE() gets called you end up with a failure as it tries to add a detached vertex to a graph.

      Attachments

        Issue Links

          Activity

            People

              okram Marko A. Rodriguez
              spmallette Stephen Mallette
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: