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

RemoteStrategy should be before all other DecorationStrategies.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.2.6
    • 3.2.8, 3.3.2
    • process
    • None

    Description

      gremlin> g = graph.traversal().withRemote('conf/remote-graph.properties')
      ==>graphtraversalsource[tinkergraph[vertices:808 edges:8049], standard]
      gremlin> g.V().out().out().values('name').explain()
      ==>Traversal Explanation
      =======================================================================================================================================
      Original Traversal                 [GraphStep(vertex,[]), VertexStep(OUT,vertex), VertexStep(OUT,vertex), PropertiesStep([name],value)]
      
      ConnectiveStrategy           [D]   [GraphStep(vertex,[]), VertexStep(OUT,vertex), VertexStep(OUT,vertex), PropertiesStep([name],value)]
      RemoteStrategy               [D]   [RemoteStep(DriverServerConnection-localhost/127.0.0.1:8182 [graph=g])]
      MatchPredicateStrategy       [O]   [RemoteStep(DriverServerConnection-localhost/127.0.0.1:8182 [graph=g])]
      FilterRankingStrategy        [O]   [RemoteStep(DriverServerConnection-localhost/127.0.0.1:8182 [graph=g])]
      InlineFilterStrategy         [O]   [RemoteStep(DriverServerConnection-localhost/127.0.0.1:8182 [graph=g])]
      IncidentToAdjacentStrategy   [O]   [RemoteStep(DriverServerConnection-localhost/127.0.0.1:8182 [graph=g])]
      AdjacentToIncidentStrategy   [O]   [RemoteStep(DriverServerConnection-localhost/127.0.0.1:8182 [graph=g])]
      RepeatUnrollStrategy         [O]   [RemoteStep(DriverServerConnection-localhost/127.0.0.1:8182 [graph=g])]
      CountStrategy                [O]   [RemoteStep(DriverServerConnection-localhost/127.0.0.1:8182 [graph=g])]
      PathRetractionStrategy       [O]   [RemoteStep(DriverServerConnection-localhost/127.0.0.1:8182 [graph=g])]
      LazyBarrierStrategy          [O]   [RemoteStep(DriverServerConnection-localhost/127.0.0.1:8182 [graph=g])]
      TinkerGraphCountStrategy     [P]   [RemoteStep(DriverServerConnection-localhost/127.0.0.1:8182 [graph=g])]
      TinkerGraphStepStrategy      [P]   [RemoteStep(DriverServerConnection-localhost/127.0.0.1:8182 [graph=g])]
      ProfileStrategy              [F]   [RemoteStep(DriverServerConnection-localhost/127.0.0.1:8182 [graph=g])]
      StandardVerificationStrategy [V]   [RemoteStep(DriverServerConnection-localhost/127.0.0.1:8182 [graph=g])]
      
      Final Traversal                    [RemoteStep(DriverServerConnection-localhost/127.0.0.1:8182 [graph=g])]
      gremlin>
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: