[ 
https://issues.apache.org/jira/browse/TINKERPOP-1679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stephen mallette reopened TINKERPOP-1679:
-----------------------------------------

> Detached side-effects aren't attached when remoted
> --------------------------------------------------
>
>                 Key: TINKERPOP-1679
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1679
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: python, server
>    Affects Versions: 3.2.4
>            Reporter: stephen mallette
>            Assignee: Marko A. Rodriguez
>             Fix For: 3.2.6
>
>
> This problem is exemplified in gremlin-python:
> {code}
> >>> 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()
> {code}
> 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.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to