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/12 20:48:00 UTC

[jira] [Closed] (TINKERPOP-1615) Doing a step many times can lead to unforeseen problems with the RepeatUnrollStrategy

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

Marko A. Rodriguez closed TINKERPOP-1615.
-----------------------------------------
    Resolution: Cannot Reproduce
      Assignee: Marko A. Rodriguez  (was: Daniel Kuppitz)

No one seems to be able to reproduce this problem :( ... If there is a technique/traversal that reproduces this, please re-open. Closing for now.

> Doing a step many times can lead to unforeseen problems with the RepeatUnrollStrategy
> -------------------------------------------------------------------------------------
>
>                 Key: TINKERPOP-1615
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1615
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: process
>    Affects Versions: 3.2.3
>            Reporter: Jeremy Hanna
>            Assignee: Marko A. Rodriguez
>
> The following traversal comes back with an error that appears to be related to the {{RepeatUnrollStrategy}}:
> {code}
> g.V().has('foo', 'id', '4b200757-96e2-463a-a7a0-7b9b75d4dbd3').repeat(__.in('subfolder_of')).times(100).hasNext()
> {code}
> appears to either error out or take forever.  However if I do something like:
> {code}
> g.withoutStrategies(RepeatUnrollStrategy.class).V().has('foo', 'id', '4b200757-96e2-463a-a7a0-7b9b75d4dbd3').repeat(__.in('subfolder_of')).times(100).hasNext()
> {code}
> it works subsecond.
> So something funky with {{RepeatUnrollStrategy}} is going on.



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