[Discuss] Versioning for Gremlin

2018-04-27 Thread divijvaidya13
Hi all, I would like to understand the thoughts of the community and future direction of development for versioning of Gremlin. Ideally, if a server supports multiple major versions of TP (let’s say TP3 & TP4), the client (GLV) should have the capability to issue a query pertaining to

[jira] [Commented] (TINKERPOP-1595) Go through TraversalVertexProgram with a profile and optimize.

2018-04-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16457022#comment-16457022 ] ASF GitHub Bot commented on TINKERPOP-1595: --- Github user dkuppitz commented on the issue:

[GitHub] tinkerpop issue #860: TINKERPOP-1595 Optimize TraversalVertexProgram

2018-04-27 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/860 VOTE: +1 ---

[jira] [Commented] (TINKERPOP-1956) Deprecate Order incr/decr for asc/desc

2018-04-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16457015#comment-16457015 ] ASF GitHub Bot commented on TINKERPOP-1956: --- Github user dkuppitz commented on the issue:

[GitHub] tinkerpop issue #861: TINKERPOP-1956 Deprecated Order.incr and Order.decr

2018-04-27 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/861 VOTE: +1 ---

[jira] [Closed] (TINKERPOP-1497) Add BalancedBarrierStrategy to protect from OME

2018-04-27 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1497. --- Resolution: Won't Do I randomly brought this one up with kuppitz while perusing

[jira] [Commented] (TINKERPOP-1956) Deprecate Order incr/decr for asc/desc

2018-04-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16456958#comment-16456958 ] ASF GitHub Bot commented on TINKERPOP-1956: --- GitHub user spmallette opened a pull request:

[GitHub] tinkerpop pull request #861: TINKERPOP-1956 Deprecated Order.incr and Order....

2018-04-27 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/861 TINKERPOP-1956 Deprecated Order.incr and Order.decr https://issues.apache.org/jira/browse/TINKERPOP-1595 Replaced by `Order.asc` and `Order.desc` respectively. Left a number of uses

[jira] [Updated] (TINKERPOP-1958) TinkerGraphCountStrategy can return wrong counts

2018-04-27 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kuppitz updated TINKERPOP-1958: -- Affects Version/s: 3.2.8 > TinkerGraphCountStrategy can return wrong counts >

[jira] [Commented] (TINKERPOP-1595) Go through TraversalVertexProgram with a profile and optimize.

2018-04-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16456938#comment-16456938 ] ASF GitHub Bot commented on TINKERPOP-1595: --- GitHub user spmallette opened a pull request:

[jira] [Created] (TINKERPOP-1958) TinkerGraphCountStrategy can return wrong counts

2018-04-27 Thread Daniel Kuppitz (JIRA)
Daniel Kuppitz created TINKERPOP-1958: - Summary: TinkerGraphCountStrategy can return wrong counts Key: TINKERPOP-1958 URL: https://issues.apache.org/jira/browse/TINKERPOP-1958 Project: TinkerPop

[jira] [Commented] (TINKERPOP-1933) gremlin-python maximum recursion depth exceeded on large responses

2018-04-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16456924#comment-16456924 ] ASF GitHub Bot commented on TINKERPOP-1933: --- Github user spmallette commented on the issue:

[GitHub] tinkerpop issue #854: TINKERPOP-1933 gremlin-python maximum recursion depth ...

2018-04-27 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/854 i dunno - that's sorta why i left it alone. if you can't think of any way to test it well, a nice long explanatory comment with the JIRA referenced where you made the change might be enough

Re: [DISCUSS] Depth First Repeat step

2018-04-27 Thread Stephen Mallette
It seems like we have general agreement on the easy things, that is: 1. this is a change for 3.4.0/master and 2. we're all for a DFS option but we still have the hard part of having to come to consensus on how it's used/implemented. The quick summary of this thread in that regard goes something

[jira] [Commented] (TINKERPOP-1933) gremlin-python maximum recursion depth exceeded on large responses

2018-04-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16456794#comment-16456794 ] ASF GitHub Bot commented on TINKERPOP-1933: --- Github user davebshow commented on the issue:

[jira] [Commented] (TINKERPOP-1942) Binary serialization format

2018-04-27 Thread David M. Brown (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16456772#comment-16456772 ] David M. Brown commented on TINKERPOP-1942: --- I haven't reviewed it closely, but I am

[jira] [Commented] (TINKERPOP-1942) Binary serialization format

2018-04-27 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16456746#comment-16456746 ] stephen mallette commented on TINKERPOP-1942: - If it replaces Gryo then this issue and the

[jira] [Commented] (TINKERPOP-1933) gremlin-python maximum recursion depth exceeded on large responses

2018-04-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16456561#comment-16456561 ] ASF GitHub Bot commented on TINKERPOP-1933: --- Github user dkuppitz commented on the issue:

[GitHub] tinkerpop issue #854: TINKERPOP-1933 gremlin-python maximum recursion depth ...

2018-04-27 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/854 VOTE: +1 But I do think a simple test would be nice. The code screams "make me recursive" and a future contributor, not aware of this issue, might try to change it back and not realize

[jira] [Updated] (TINKERPOP-1595) Go through TraversalVertexProgram with a profile and optimize.

2018-04-27 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1595: Priority: Minor (was: Major) > Go through TraversalVertexProgram with a

[jira] [Updated] (TINKERPOP-1595) Go through TraversalVertexProgram with a profile and optimize.

2018-04-27 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1595: Fix Version/s: (was: 3.2.9) (was: 3.3.3)

Re: [DISCUSS] Consider patch release 3.2.9/3.3.3

2018-04-27 Thread Stephen Mallette
Thanks for taking 3.2.9 Robert. 3.3.3 is still up for grabs if anyone else wants to take that one. We still need to merge these three PRs: https://github.com/apache/tinkerpop/pull/854 - needs a VOTE still before merge https://github.com/apache/tinkerpop/pull/858 and

[jira] [Closed] (TINKERPOP-1195) Client and ResultSet API changes

2018-04-27 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1195. --- Resolution: Won't Do Don't think I will change this now - the preferred method

[jira] [Closed] (TINKERPOP-1957) Static Groovy script compilation requires long literals in predicates

2018-04-27 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1957. --- Resolution: Not A Problem I can't isolate exactly why there is a discrepancy in

[jira] [Created] (TINKERPOP-1957) Static Groovy script compilation requires long literals in predicates

2018-04-27 Thread JIRA
Konstantin Müller created TINKERPOP-1957: Summary: Static Groovy script compilation requires long literals in predicates Key: TINKERPOP-1957 URL: https://issues.apache.org/jira/browse/TINKERPOP-1957

AW: .NET NamingConversions Template

2018-04-27 Thread Florian Hockmann
Oh yes, looks like I forgot to remove the template when I transformed the enums into classes for Gremlin.Net. I just removed the NamingConversions.cs file and deleted the lines in the groovy script that use the template but forgot the template itself [1]. I'll push a CTR commit that also