[jira] [Commented] (TINKERPOP-2098) gremlin-server.sh start does not seem to work as advertised

2018-11-22 Thread Kelvin R. Lawrence (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16696308#comment-16696308 ] Kelvin R. Lawrence commented on TINKERPOP-2098: --- If it’s working as designed I think a

Re: Disable Nuget Question

2018-11-22 Thread Robert Dale
Could you add the suggestion to the main description page? https://www.nuget.org/packages/Gremlin.Net Please ask your questions in our Google Group gremlin-users: https://groups.google.com/forum/#!forum/gremlin-users Robert Dale On Tue, Nov 20, 2018 at 10:12 AM Stephen Mallette wrote: >

[jira] [Commented] (TINKERPOP-2098) gremlin-server.sh start does not seem to work as advertised

2018-11-22 Thread Robert Dale (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16696206#comment-16696206 ] Robert Dale commented on TINKERPOP-2098: The options are in a somewhat common command-line

[GitHub] [tinkerpop] dkuppitz commented on pull request #997: TINKERPOP-2095 GroupStep looks for irrelevant barrier steps

2018-11-22 Thread GitHub
I wanted to make it package private, but unfortunately `GroupSideEffectStep` resides in a different package. I prefer having it public instead of duplicating the code in `GroupSideEffectStep`. [ Full content available at: https://github.com/apache/tinkerpop/pull/997 ] This message was relayed

[GitHub] [tinkerpop] dkuppitz commented on pull request #997: TINKERPOP-2095 GroupStep looks for irrelevant barrier steps

2018-11-22 Thread GitHub
I wanted to make it package private, but unfortunately `GroupSideEffectStep` resides in a different package. [ Full content available at: https://github.com/apache/tinkerpop/pull/997 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[jira] [Updated] (TINKERPOP-2098) gremlin-server.sh start does not seem to work as advertised

2018-11-22 Thread Kelvin R. Lawrence (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin R. Lawrence updated TINKERPOP-2098: -- Description: This may be as simple as a documentation issue but the help

[jira] [Created] (TINKERPOP-2098) gremlin-server.sh start does not seem to work as advertised

2018-11-22 Thread Kelvin R. Lawrence (JIRA)
Kelvin R. Lawrence created TINKERPOP-2098: - Summary: gremlin-server.sh start does not seem to work as advertised Key: TINKERPOP-2098 URL: https://issues.apache.org/jira/browse/TINKERPOP-2098

[GitHub] [tinkerpop] otaviojava commented on issue #1001: uses the directly field instead of getter method

2018-11-22 Thread GitHub
Ops, You're right. My mistake sorry for that. I created a new test class, that looks 10% faster than original code. ```java @Warmup(iterations = 5, time = 1, timeUnit = TimeUnit.SECONDS) @Measurement(iterations = 20, time = 1, timeUnit = TimeUnit.SECONDS) @Fork(3) @BenchmarkMode(Mode.AverageTime)

[GitHub] [tinkerpop] spmallette commented on issue #1001: uses the directly field instead of getter method

2018-11-22 Thread GitHub
That's not encouraging. Why are you serializing `Optional` though? Why not just serialize the `Vertex`: ```text Vertex vertex = graph.traversal().V().next(); ``` [ Full content available at: https://github.com/apache/tinkerpop/pull/1001 ] This message was relayed via gitbox.apache.org for

[GitHub] [tinkerpop] jorgebay commented on pull request #997: TINKERPOP-2095 GroupStep looks for irrelevant barrier steps

2018-11-22 Thread GitHub
Do we have to expose this method or can it be a package private method? [ Full content available at: https://github.com/apache/tinkerpop/pull/997 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org