[jira] [Commented] (TINKERPOP-2050) Add a :bytecode command to Gremlin Console

2018-11-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16677248#comment-16677248 ] ASF GitHub Bot commented on TINKERPOP-2050: --- spmallette opened a new pull request #988:

[GitHub] [tinkerpop] dkuppitz commented on pull request #988: TINKERPOP-2050 Added :bytecode command

2018-11-06 Thread GitHub
The callouts `<1>` and `<2>` have no description. [ Full content available at: https://github.com/apache/tinkerpop/pull/988 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[jira] [Updated] (TINKERPOP-2076) TinkerPop does not build with current (v11) Java version

2018-11-06 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-2076: Affects Version/s: 3.3.4 > TinkerPop does not build with current (v11) Java

[jira] [Commented] (TINKERPOP-2083) Gremlin-JavaScript: Simplify adding enums and classes to the GLV

2018-11-06 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16677262#comment-16677262 ] stephen mallette commented on TINKERPOP-2083: - It's cumbersome everywhere sadly.would

[jira] [Assigned] (TINKERPOP-2076) TinkerPop does not build with current (v11) Java version

2018-11-06 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reassigned TINKERPOP-2076: --- Assignee: stephen mallette Labels: (was: build maven)

[jira] [Commented] (TINKERPOP-1643) Something's broke in OLAP

2018-11-06 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16677237#comment-16677237 ] stephen mallette commented on TINKERPOP-1643: - Rebased this on tp33 - poked at it for a

Language constructs for listing running queries and cancelling them

2018-11-06 Thread kARTHIK R
Hi Team, This is a followup of a SO discussion[1] with Stephen where I wanted to see if we can add language constructs for 1) Listing running queries 2) Cancelling a running query. Something straightforward would look like this: g.query() or g.Q() -> Iterator for all running queries

[jira] [Closed] (TINKERPOP-2052) Adding GraphSONMapper to gremlin-javascript

2018-11-06 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-2052. --- Resolution: Won't Do > Adding GraphSONMapper to gremlin-javascript >

[jira] [Updated] (TINKERPOP-2050) Add a :bytecode command to Gremlin Console

2018-11-06 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-2050: Description: I am working on a project where there is Java code being written

[jira] [Comment Edited] (TINKERPOP-2050) Add a :bytecode command to Gremlin Console

2018-11-06 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16672413#comment-16672413 ] stephen mallette edited comment on TINKERPOP-2050 at 11/6/18 8:00 PM:

[jira] [Updated] (TINKERPOP-1984) Allow support for multiple serializer versions in Gremlin Server HTTP

2018-11-06 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1984: Labels: breaking deprecation (was: deprecation) > Allow support for multiple

[GitHub] [tinkerpop] jorgebay commented on pull request #968: TINKERPOP-2078 Added AnonymousTraversalSource

2018-11-06 Thread GitHub
To match java/C#/javascript, I think we should expose it under `process` not `structure`. [ Full content available at: https://github.com/apache/tinkerpop/pull/968 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] jorgebay commented on pull request #968: TINKERPOP-2078 Added AnonymousTraversalSource

2018-11-06 Thread GitHub
This method is being implemented on `./lib/structure/graph.js` when it should be under `lib/process` directory. [ Full content available at: https://github.com/apache/tinkerpop/pull/968 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] jorgebay commented on pull request #968: TINKERPOP-2078 Added AnonymousTraversalSource

2018-11-06 Thread GitHub
This should be exposed at:`gremlin.process.traversal`, to match java's `org.apache.tinkerpop.gremlin.process.traversal` ```suggestion const traversal = gremlin.process.traversal; ``` [ Full content available at: https://github.com/apache/tinkerpop/pull/968 ] This message was relayed via

[GitHub] [tinkerpop] jorgebay commented on pull request #968: TINKERPOP-2078 Added AnonymousTraversalSource

2018-11-06 Thread GitHub
This is `undefined`, its currently exposed under `./lib/structure/graph`. [ Full content available at: https://github.com/apache/tinkerpop/pull/968 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] jorgebay commented on issue #981: TINKERPOP-2084 Display remote stacktrace in gremlin console

2018-11-06 Thread GitHub
Thats super useful, VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/981 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette opened pull request #987: TINKERPOP-1984 Enable GraphSON serializers to no longer conflict

2018-11-06 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-1984 Making `GraphSONMessageSerializerV2d0` handle both typed and untyped formats allows it to be used in a fashion where users can choose to add serializers with `application/json` at the same time for HTTP use cases. It also generally seemed to

[jira] [Updated] (TINKERPOP-1984) Allow support for multiple serializer versions in Gremlin Server HTTP

2018-11-06 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1984: Description: The {{HttpGremlinEndPointHandler}} only deals with

[jira] [Commented] (TINKERPOP-1984) Allow support for multiple serializer versions in Gremlin Server HTTP

2018-11-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16676626#comment-16676626 ] ASF GitHub Bot commented on TINKERPOP-1984: --- spmallette opened a new pull request #987:

[GitHub] [tinkerpop] spmallette commented on issue #968: TINKERPOP-2078 Added AnonymousTraversalSource

2018-11-06 Thread GitHub
@jorgebay i tried to put `traversal()` in process for python and js. in python i ran into some cyclic dependency problems. in js i had other issues (that i'd assumed were similar to python). That's why the `traversal()` method is where it is in those cases. I just attempted to move it again

[GitHub] [tinkerpop] spmallette closed pull request #981: TINKERPOP-2084 Display remote stacktrace in gremlin console

2018-11-06 Thread GitHub
[ pull request closed by spmallette ] [ Full content available at: https://github.com/apache/tinkerpop/pull/981 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[jira] [Commented] (TINKERPOP-2084) For remote requests in console display the remote stack trace

2018-11-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16676766#comment-16676766 ] ASF GitHub Bot commented on TINKERPOP-2084: --- spmallette closed pull request #981:

[jira] [Closed] (TINKERPOP-2084) For remote requests in console display the remote stack trace

2018-11-06 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-2084. --- Resolution: Done Fix Version/s: 3.3.5 3.4.0 > For

[jira] [Commented] (TINKERPOP-2019) Gremlin.Net.Driver.WebSocketConnection throws System.InvalidOperationException

2018-11-06 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16676882#comment-16676882 ] stephen mallette commented on TINKERPOP-2019: - [~samimajed] 3.2.10 and 3.3.4 were

[GitHub] [tinkerpop] papa-pep commented on issue #903: Gremlin.Net: Add ConnectionPool min and max sizes TINKERPOP-1774

2018-11-06 Thread GitHub
Is this slated for 3.4.0? Periodically I'm seeing requests being held open for unusually long times until an exception is thrown: System.Net.Sockets.SocketException An internal WebSocket error occurred. Please see the innerException, if present, for more details. Unable to read data