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

Console not sending scripts to the server when :remote console is enabled

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 3.7.0
    • 3.7.1
    • console
    • None

    Description

      Not sure what's happening but commands seem to be only executing locally:

      gremlin> :remote connect tinkerpop.server conf/remote.yaml
      ==>Configured localhost/127.0.0.1:8182
      gremlin> :remote console
      ==>All scripts will now be sent to Gremlin Server - [localhost/127.0.0.1:8182] - type ':remote console' to return to local mode
      gremlin> g.V().count()
      No such property: g for class: groovysh_evaluate
      Type ':help' or ':h' for help.
      Display stack trace? [yN]n
      gremlin> :> g
      ==>graphtraversalsource[tinkergraph[vertices:10000 edges:116974], standard]
      gremlin> :> g.V().count()
      ==>10000
      

      Only tested on 3.7.0 - could be bad on earlier versions. not sure....

      Attachments

        Activity

          People

            kenhuuu Ken Hu
            spmallette Stephen Mallette
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: