[ https://issues.apache.org/jira/browse/TINKERPOP-3013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Cole Greer updated TINKERPOP-3013: ---------------------------------- Fix Version/s: 3.7.1 > Console not sending scripts to the server when :remote console is enabled > ------------------------------------------------------------------------- > > Key: TINKERPOP-3013 > URL: https://issues.apache.org/jira/browse/TINKERPOP-3013 > Project: TinkerPop > Issue Type: Bug > Components: console > Affects Versions: 3.7.0 > Reporter: Stephen Mallette > Assignee: Ken Hu > Priority: Blocker > Fix For: 3.7.1 > > > Not sure what's happening but commands seem to be only executing locally: > {code} > 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 > {code} > Only tested on 3.7.0 - could be bad on earlier versions. not sure.... -- This message was sent by Atlassian Jira (v8.20.10#820010)