[jira] [Closed] (TINKERPOP-2097) Create a DriverRemoteConnection with an initialized Client

2018-12-17 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-2097. --- Resolution: Done Fix Version/s: 3.3.5 3.4.0 This was a

[jira] [Work started] (TINKERPOP-2097) Create a DriverRemoteConnection with an initialized Client

2018-12-17 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on TINKERPOP-2097 started by stephen mallette. --- > Create a DriverRemoteConnection with an initialized Client

[GitHub] [tinkerpop] dkuppitz commented on issue #1020: TINKERPOP-2110 Added option to change path for java driver

2018-12-17 Thread GitHub
VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1020 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[jira] [Commented] (TINKERPOP-2110) Allow Connection on Different Path (from /gremlin)

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

[jira] [Work started] (TINKERPOP-2110) Allow Connection on Different Path (from /gremlin)

2018-12-17 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on TINKERPOP-2110 started by stephen mallette. --- > Allow Connection on Different Path (from /gremlin) >

[GitHub] [tinkerpop] spmallette opened pull request #1020: TINKERPOP-2110 Added option to change path for java driver

2018-12-17 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-2110 Builds with `mvn clean install && mvn verify -pl gremlin-driver,gremlin-server -DskipIntegrationTests=false` VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1020 ] This message was relayed via gitbox.apache.org

[jira] [Closed] (TINKERPOP-1849) Provide a way to fold() with an index

2018-12-17 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kuppitz closed TINKERPOP-1849. - Resolution: Fixed Fix Version/s: 3.4.0 > Provide a way to fold() with an

[jira] [Commented] (TINKERPOP-1849) Provide a way to fold() with an index

2018-12-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16723174#comment-16723174 ] ASF GitHub Bot commented on TINKERPOP-1849: --- asfgit closed pull request #1011:

[GitHub] [tinkerpop] asfgit closed pull request #1011: TINKERPOP-1849 Provide a way to fold() with an index

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

[jira] [Closed] (TINKERPOP-2114) Document common Gremlin anti-patterns

2018-12-17 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kuppitz closed TINKERPOP-2114. - Resolution: Fixed Fix Version/s: 3.3.5 3.4.0 > Document

[jira] [Commented] (TINKERPOP-2114) Document common Gremlin anti-patterns

2018-12-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16723167#comment-16723167 ] ASF GitHub Bot commented on TINKERPOP-2114: --- asfgit closed pull request #1019:

[GitHub] [tinkerpop] asfgit closed pull request #1019: TINKERPOP-2114 Document common Gremlin anti-patterns

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

[GitHub] [tinkerpop] spmallette commented on pull request #1019: TINKERPOP-2114 Document common Gremlin anti-patterns

2018-12-17 Thread GitHub
oh...now i get it. i think i was pausing my reading in the wrong place. i think a comma after "before" would help: "Ignoring the anti-patterns that were discussed before, there's not much wrong with the traversal, but note the two chained `where()`-steps..." [ Full content available at:

[GitHub] [tinkerpop] dkuppitz commented on pull request #1019: TINKERPOP-2114 Document common Gremlin anti-patterns

2018-12-17 Thread GitHub
"Ignoring the anti-patterns that were discussed before" -- I added this because the queries use `both()` (instead of `both()`), which was declared to be an anti-pattern in an earlier section. I can change it to `both("knows","created")`, but I wanted the reader to focus on the `where()` steps,

[GitHub] [tinkerpop] spmallette commented on issue #1019: TINKERPOP-2114 Document common Gremlin anti-patterns

2018-12-17 Thread GitHub
This is great - VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1019 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on pull request #1019: TINKERPOP-2114 Document common Gremlin anti-patterns

2018-12-17 Thread GitHub
I feel like there's maybe two different things that you mean here so I can't say what the correction is but there's something awkward about how this phrase is written: > Ignoring the anti-patterns that were discussed before there's not much wrong > with the traversal, [ Full content available

[DISCUSS] code freeze 3.2.11/3.3.5/3.4.0

2018-12-17 Thread Stephen Mallette
While I think we could go on for every adding things to 3.4.0 I think it's time to cut it off and release. There's too many good things in there to hold for any longer. We are looking at releasing 3.2.11, 3.3.5 and 3.4.0. I'd propose we polish up remaining items this week, set for code freeze

[GitHub] [tinkerpop] spmallette commented on issue #1013: TINKERPOP-2105 - connection.py - add finally to return connection to the client pool i…

2018-12-17 Thread GitHub
Thanks for fixing the existing tests. Two things: 1. I presume this is a bug on 3.3.x as well as the unreleased 3.4.0. If so, could you please re-target this PR at the `tp33` branch 2. You provided a small python script to reproduce that problem. Is there any reason you could not convert that

[jira] [Updated] (TINKERPOP-2105) Gremlin-Python connection not returned back to the pool on exception from gremlin server

2018-12-17 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-2105: Affects Version/s: 3.3.4 > Gremlin-Python connection not returned back to the