[jira] [Created] (TINKERPOP-1769) Python graph[empty] string representation is confusing

2017-09-06 Thread Jason Plurad (JIRA)
Jason Plurad created TINKERPOP-1769: --- Summary: Python graph[empty] string representation is confusing Key: TINKERPOP-1769 URL: https://issues.apache.org/jira/browse/TINKERPOP-1769 Project: TinkerPop

[jira] [Commented] (TINKERPOP-1766) Gremlin.Net: Closed connections should not be re-used

2017-09-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16155878#comment-16155878 ] ASF GitHub Bot commented on TINKERPOP-1766: --- Github user FlorianHockmann commented on the

Re: io and graphson-v3

2017-09-06 Thread Stephen Mallette
pieter, i updated that branch and issued this PR (and i'm running the full test suite now): https://github.com/apache/tinkerpop/pull/706 please review/VOTE if i got it right - let's finish off any final discussion/tweaks on the PR itself. thanks for noting this problem. > This v3 looks like a

[jira] [Commented] (TINKERPOP-1767) Method for graph providers to check an IO version and type

2017-09-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16155868#comment-16155868 ] ASF GitHub Bot commented on TINKERPOP-1767: --- GitHub user spmallette opened a pull request:

[GitHub] tinkerpop pull request #706: TINKERPOP-1767 Added Io.requiresVersion(Object)

2017-09-06 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/706 TINKERPOP-1767 Added Io.requiresVersion(Object) https://issues.apache.org/jira/browse/TINKERPOP-1767 Allows the graph provider to determine type and version of the Io being

[jira] [Created] (TINKERPOP-1768) Bump to Jackson 2.8.10

2017-09-06 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-1768: --- Summary: Bump to Jackson 2.8.10 Key: TINKERPOP-1768 URL: https://issues.apache.org/jira/browse/TINKERPOP-1768 Project: TinkerPop Issue Type:

RE: io and graphson-v3

2017-09-06 Thread Paul A. Jackson
This v3 looks like a <3 heart where the top broke off. Sad. -Original Message- From: Stephen Mallette [mailto:spmalle...@gmail.com] Sent: Wednesday, September 06, 2017 1:45 PM To: dev@tinkerpop.apache.org Subject: Re: io and graphson-v3 never mind - i see what's messed up On Wed, Sep

Re: io and graphson-v3

2017-09-06 Thread Stephen Mallette
never mind - i see what's messed up On Wed, Sep 6, 2017 at 1:43 PM, Stephen Mallette wrote: > Which tests in particular are failing for SerializationTest? all of them? > > On Wed, Sep 6, 2017 at 1:35 PM, pieter gmail > wrote: > >> Hi, >> >> Pulled

Re: io and graphson-v3

2017-09-06 Thread Stephen Mallette
Which tests in particular are failing for SerializationTest? all of them? On Wed, Sep 6, 2017 at 1:35 PM, pieter gmail wrote: > Hi, > > Pulled TINKERPOP-1767 branch, changed SqlgGraph's io method and ran the > tests. > > All the io tests are passing. > Only

Re: io and graphson-v3

2017-09-06 Thread pieter gmail
Hi, Pulled TINKERPOP-1767 branch, changed SqlgGraph's io method and ran the tests. All the io tests are passing. Only SerializationTest fails for the same reason. It too needs the version specified. I did that locally and then all tests passes. Thanks Pieter On 06/09/2017 18:09, Stephen

[GitHub] tinkerpop issue #705: make TinkerGraph cloneable

2017-09-06 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/705 You could deep clone (brand new vertices/edges/properties) of tinkergraph by using detachment. Do something like this: ```text gremlin> graph1 = TinkerFactory.createModern()

Re: io and graphson-v3

2017-09-06 Thread pieter gmail
Thanks, I'll have a look. For now on 3.3.0 I'll OptOut of some io tests. I'll let you know the OptOut list. Thanks Pieter On 06/09/2017 18:09, Stephen Mallette wrote: Pieter, I created this issue: https://issues.apache.org/jira/browse/TINKERPOP-1767 and made an effort to try to figure a

[jira] [Commented] (TINKERPOP-1287) StarGraph has an overdose of Stream usage.

2017-09-06 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16155636#comment-16155636 ] stephen mallette commented on TINKERPOP-1287: - [~twilmes] is there anything to do on this

Re: io and graphson-v3

2017-09-06 Thread Stephen Mallette
Pieter, I created this issue: https://issues.apache.org/jira/browse/TINKERPOP-1767 and made an effort to try to figure a way to fix it: https://github.com/apache/tinkerpop/tree/TINKERPOP-1767 Note the change to TinkerGraph and its io() method. I suppose you could do something similar to get

[jira] [Created] (TINKERPOP-1767) Method for graph providers to check an IO version and type

2017-09-06 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-1767: --- Summary: Method for graph providers to check an IO version and type Key: TINKERPOP-1767 URL: https://issues.apache.org/jira/browse/TINKERPOP-1767

[jira] [Closed] (TINKERPOP-1759) Improve hashcode and equals for Traverser implementations

2017-09-06 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1759. --- Resolution: Fixed > Improve hashcode and equals for Traverser implementations >

[jira] [Updated] (TINKERPOP-1759) Improve hashcode and equals for Traverser implementations

2017-09-06 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1759: Fix Version/s: (was: 3.3.1) > Improve hashcode and equals for Traverser

[jira] [Reopened] (TINKERPOP-1759) Improve hashcode and equals for Traverser implementations

2017-09-06 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1759: - > Improve hashcode and equals for Traverser implementations >

[jira] [Commented] (TINKERPOP-1766) Gremlin.Net: Closed connections should not be re-used

2017-09-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16155170#comment-16155170 ] ASF GitHub Bot commented on TINKERPOP-1766: --- Github user FlorianHockmann commented on the

[GitHub] tinkerpop issue #704: TINKERPOP-1766 Gremlin.Net: Add handling for closed co...

2017-09-06 Thread FlorianHockmann
Github user FlorianHockmann commented on the issue: https://github.com/apache/tinkerpop/pull/704 Thanks for your comments so far, I'll implement the changes you suggested. I definitely agree that the driver and especially the connection pool needs to be improved and I would

[jira] [Commented] (TINKERPOP-1766) Gremlin.Net: Closed connections should not be re-used

2017-09-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16155072#comment-16155072 ] ASF GitHub Bot commented on TINKERPOP-1766: --- Github user jorgebay commented on the issue:

[GitHub] tinkerpop issue #704: TINKERPOP-1766 Gremlin.Net: Add handling for closed co...

2017-09-06 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/704 I've left some line comments on the pr. Apart from the issue this patch is addressing, we should create separate tickets for issues related to the .NET driver pool: - Blocking (use

[jira] [Commented] (TINKERPOP-1766) Gremlin.Net: Closed connections should not be re-used

2017-09-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16155059#comment-16155059 ] ASF GitHub Bot commented on TINKERPOP-1766: --- Github user jorgebay commented on a diff in the

[GitHub] tinkerpop pull request #704: TINKERPOP-1766 Gremlin.Net: Add handling for cl...

2017-09-06 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/704#discussion_r137214097 --- Diff: gremlin-dotnet/src/Gremlin.Net/Driver/ConnectionPool.cs --- @@ -74,6 +85,36 @@ private void AddConnection(Connection connection)

[jira] [Commented] (TINKERPOP-1766) Gremlin.Net: Closed connections should not be re-used

2017-09-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16155054#comment-16155054 ] ASF GitHub Bot commented on TINKERPOP-1766: --- Github user jorgebay commented on a diff in the

[GitHub] tinkerpop pull request #704: TINKERPOP-1766 Gremlin.Net: Add handling for cl...

2017-09-06 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/704#discussion_r137213383 --- Diff: gremlin-dotnet/src/Gremlin.Net/Driver/ConnectionPool.cs --- @@ -74,6 +85,36 @@ private void AddConnection(Connection connection)

Re: Gremlin.Net GA release

2017-09-06 Thread Jorge Bay Gondra
I've forgotten about TINKERPOP-1730 and TINKERPOP-1731 was not under my radar... makes sense to target 3.2.7 / 3.3.1. I think I'll be able to dedicate some time to those tickets by the end of this week. Thanks, Jorge On Fri, Sep 1, 2017 at 6:27 PM, Stephen Mallette wrote:

[GitHub] tinkerpop issue #695: TINKERPOP-1489 JavaScript GLV

2017-09-06 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/695 Great! It would be really nice to have a working `GremlinJavaScriptScriptEngine`! ---

[jira] [Commented] (TINKERPOP-1489) Provide a Javascript Gremlin Language Variant

2017-09-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16155005#comment-16155005 ] ASF GitHub Bot commented on TINKERPOP-1489: --- Github user jorgebay commented on the issue: