nnmva opened a new pull request, #3160: URL: https://github.com/apache/tinkerpop/pull/3160
https://issues.apache.org/jira/browse/TINKERPOP-2647 I was trying to fix this issue, and I found that it wasn't failing the same way as described and the console state seems to get cleaned up on its own: ``` gremlin> :install org.apache.tinkerpop neo4j-gremlin 3.7.4-SNAPSHOT ==>Loaded: [org.apache.tinkerpop, neo4j-gremlin, 3.7.4-SNAPSHOT] - restart the console to use [tinkerpop.neo4j] gremlin> :plugin use tinkerpop.neo4j ==>tinkerpop.neo4j activated gremlin> :uninstall neo4j-gremlin ==>Uninstalled neo4j-gremlin - restart the console for removal to take effect gremlin> :x \,,,/ (o o) -----oOOo-(3)-oOOo----- plugin activated: tinkerpop.server plugin activated: tinkerpop.utilities plugin activated: tinkerpop.tinkergraph invalid plugin: org.apache.tinkerpop.gremlin.neo4j.jsr223.Neo4jGremlinPlugin gremlin> ``` The error didn't occur for spark or neo4j, but I found that the invalid plugin message wasn't as clear as it could be. I was confused by what was happening. I would like to suggest this small change to the messaging. It clarifies the action taken by the console. ``` gremlin> :install org.apache.tinkerpop neo4j-gremlin 3.7.4-SNAPSHOT ==>Loaded: [org.apache.tinkerpop, neo4j-gremlin, 3.7.4-SNAPSHOT] - restart the console to use [tinkerpop.neo4j] gremlin> :plugin use tinkerpop.neo4j ==>tinkerpop.neo4j activated gremlin> :uninstall neo4j-gremlin ==>Uninstalled neo4j-gremlin - restart the console for removal to take effect gremlin> :x \,,,/ (o o) -----oOOo-(3)-oOOo----- plugin activated: tinkerpop.server plugin activated: tinkerpop.utilities plugin activated: tinkerpop.tinkergraph invalid plugin: org.apache.tinkerpop.gremlin.neo4j.jsr223.Neo4jGremlinPlugin -- removing reference to this plugin. gremlin> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
