You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Marko A. Rodriguez (JIRA)" <ji...@apache.org> on 2017/07/24 19:39:00 UTC

[jira] [Closed] (TINKERPOP-1679) Detached side-effects aren't attached when remoted

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

Marko A. Rodriguez closed TINKERPOP-1679.
-----------------------------------------
       Resolution: Fixed
    Fix Version/s: 3.2.6

> 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: language-variant, 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)