[jira] [Commented] (TINKERPOP-1474) API Alignment Between Java Gremlin Graph Structure and GLVs

2017-09-13 Thread Kevin Gallardo (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16164774#comment-16164774 ] Kevin Gallardo commented on TINKERPOP-1474: --- So the only way to gather properties will be

[jira] [Commented] (TINKERPOP-1474) API Alignment Between Java Gremlin Graph Structure and GLVs

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16164879#comment-16164879 ] stephen mallette commented on TINKERPOP-1474: - ok - true - we could probably make that

[jira] [Commented] (TINKERPOP-1474) API Alignment Between Java Gremlin Graph Structure and GLVs

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16164827#comment-16164827 ] stephen mallette commented on TINKERPOP-1474: - > So the only way to gather properties will

[jira] [Commented] (TINKERPOP-1474) API Alignment Between Java Gremlin Graph Structure and GLVs

2017-09-13 Thread Kevin Gallardo (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16164873#comment-16164873 ] Kevin Gallardo commented on TINKERPOP-1474: --- re: GraphSON: The GraphSON spec [as detailed

[GitHub] tinkerpop issue #711: TINKERPOP-1746: Better error message on wrong ordering...

2017-09-13 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/711 Which scenario would end up throwing this exception? Tried this: ``` gremlin> g = TinkerFactory.createModern().traversal() ==>graphtraversalsource[tinkergraph[vertices:6 edges:6],

[GitHub] tinkerpop issue #711: TINKERPOP-1746: Better error message on wrong ordering...

2017-09-13 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/711 Nvm, I just saw the ticket description (link is missing here and I was too lazy to look it up). VOTE: +1 ---

[jira] [Commented] (TINKERPOP-1746) Better error message on wrong ordering of emit()/until()/has()

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

[jira] [Commented] (TINKERPOP-1746) Better error message on wrong ordering of emit()/until()/has()

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

[jira] [Commented] (TINKERPOP-1782) RangeByIsCountStrategy doesn't handle floating point numbers properly

2017-09-13 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16165026#comment-16165026 ] Daniel Kuppitz commented on TINKERPOP-1782: --- One more interesting observation: {noformat}

[GitHub] tinkerpop pull request #714: TINKERPOP-1782 RangeByIsCountStrategy doesn't h...

2017-09-13 Thread okram
Github user okram commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/714#discussion_r138748892 --- Diff: gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/RangeByIsCountStrategyTest.java --- @@ -99,6

[jira] [Commented] (TINKERPOP-1782) RangeByIsCountStrategy doesn't handle floating point numbers properly

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

[jira] [Commented] (TINKERPOP-1782) RangeByIsCountStrategy doesn't handle floating point numbers properly

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

[GitHub] tinkerpop pull request #714: TINKERPOP-1782 RangeByIsCountStrategy doesn't h...

2017-09-13 Thread dkuppitz
GitHub user dkuppitz opened a pull request: https://github.com/apache/tinkerpop/pull/714 TINKERPOP-1782 RangeByIsCountStrategy doesn't handle floating point numbers properly https://issues.apache.org/jira/browse/TINKERPOP-1782 Fixed a bug in `RangeByIsCountStrategy` that

[jira] [Commented] (TINKERPOP-1782) RangeByIsCountStrategy doesn't handle floating point numbers properly

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

[GitHub] tinkerpop issue #714: TINKERPOP-1782 RangeByIsCountStrategy doesn't handle f...

2017-09-13 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/714 It breaks other parts of the code when you attempt to modify the parent traversal, in particular when you remove one or more steps. I don't remember where the exception was thrown, but it was an

Re: [DISCUSS] Some JIRA adjustments

2017-09-13 Thread Daniel Kuppitz
Do we agree now, that Fix Version should contain all affected versions? Cheers, Daniel On Sep 13, 2017 5:11 AM, "Stephen Mallette" wrote: > Sorry for all the noise on the list with all those JIRA updates but I've > basically gotten our process changes into place at this

Re: [DISCUSS] Some JIRA adjustments

2017-09-13 Thread Stephen Mallette
That was my take - yes - i should have wrote that in my conclusion. I've already updated the current tickets to include both versions. don't think i missed any. On Wed, Sep 13, 2017 at 8:42 AM, Daniel Kuppitz wrote: > Do we agree now, that Fix Version should contain all

[jira] [Commented] (TINKERPOP-1692) Bump to Neo4j 3.2.3

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

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

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1768: Fix Version/s: 3.3.1 > Bump to Jackson 2.8.10 > -- > >

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

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1287. --- Resolution: Not A Problem > StarGraph has an overdose of Stream usage. >

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

2017-09-13 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: 3.3.1 > Improve hashcode and equals for Traverser

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

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1287: Fix Version/s: (was: 3.2.7) > StarGraph has an overdose of Stream usage. >

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

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1768: - > Bump to Jackson 2.8.10 > -- > > Key:

[jira] [Updated] (TINKERPOP-1764) Generalize MatchStep to localize all barriers, not just reducing barriers.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1764: Fix Version/s: 3.3.1 > Generalize MatchStep to localize all barriers, not just

[jira] [Closed] (TINKERPOP-1753) OrderStep not able to order by non-integer numbers

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1753. --- Resolution: Fixed > OrderStep not able to order by non-integer numbers >

[jira] [Closed] (TINKERPOP-1762) Make MatchStep analyze mid-clause variables for executing ordering purposes.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1762. --- Resolution: Fixed > Make MatchStep analyze mid-clause variables for executing

[jira] [Updated] (TINKERPOP-1753) OrderStep not able to order by non-integer numbers

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1753: Fix Version/s: 3.3.1 > OrderStep not able to order by non-integer numbers >

[jira] [Reopened] (TINKERPOP-1764) Generalize MatchStep to localize all barriers, not just reducing barriers.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1764: - > Generalize MatchStep to localize all barriers, not just reducing barriers. >

[jira] [Closed] (TINKERPOP-1764) Generalize MatchStep to localize all barriers, not just reducing barriers.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1764. --- Resolution: Fixed > Generalize MatchStep to localize all barriers, not just

[jira] [Updated] (TINKERPOP-1760) OLAP compilation failing around ConnectiveStrategy

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1760: Fix Version/s: 3.3.1 > OLAP compilation failing around ConnectiveStrategy >

[jira] [Reopened] (TINKERPOP-1762) Make MatchStep analyze mid-clause variables for executing ordering purposes.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1762: - > Make MatchStep analyze mid-clause variables for executing ordering purposes. >

[jira] [Reopened] (TINKERPOP-1760) OLAP compilation failing around ConnectiveStrategy

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1760: - > OLAP compilation failing around ConnectiveStrategy >

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

2017-09-13 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: Done > Improve hashcode and equals for Traverser implementations >

[jira] [Updated] (TINKERPOP-1762) Make MatchStep analyze mid-clause variables for executing ordering purposes.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1762: Fix Version/s: 3.3.1 > Make MatchStep analyze mid-clause variables for

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

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1287: - > StarGraph has an overdose of Stream usage. >

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

2017-09-13 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] [Reopened] (TINKERPOP-1771) gremlin.bat doesn't support paths containing spaces

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1771: - > gremlin.bat doesn't support paths containing spaces >

[jira] [Closed] (TINKERPOP-1771) gremlin.bat doesn't support paths containing spaces

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1771. --- Resolution: Fixed > gremlin.bat doesn't support paths containing spaces >

[jira] [Closed] (TINKERPOP-1760) OLAP compilation failing around ConnectiveStrategy

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1760. --- Resolution: Fixed > OLAP compilation failing around ConnectiveStrategy >

[jira] [Updated] (TINKERPOP-1771) gremlin.bat doesn't support paths containing spaces

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1771: Fix Version/s: 3.3.1 > gremlin.bat doesn't support paths containing spaces >

[jira] [Commented] (TINKERPOP-1779) Bump to GMavenPlus 1.6

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

[jira] [Commented] (TINKERPOP-1770) Remote traversal timeout

2017-09-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16164480#comment-16164480 ] ASF GitHub Bot commented on TINKERPOP-1770: --- Github user asfgit closed the pull request at:

[GitHub] tinkerpop pull request #708: TINKERPOP-1770 Enable timeouts for remote trave...

2017-09-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/708 ---

[jira] [Commented] (TINKERPOP-1761) GremlinExecutor: Timeout future not cancelled on successful script evaluation

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

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

2017-09-13 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/704 VOTE +1 ---

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

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

[GitHub] tinkerpop issue #709: TINKERPOP-1761: Cancel script evaluation timeout

2017-09-13 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/709 @ko-mueller thanks for submitting this. I just wanted to let you know that it may take some time to get this merged. Every time this area of code gets changed there is suffering, so I'd like

[jira] [Updated] (TINKERPOP-1752) Gremlin.Net: Generate completely type-safe methods

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1752: Component/s: (was: language-variant) dotnet > Gremlin.Net:

[jira] [Updated] (TINKERPOP-1780) Add authentication tests for gremlin-python

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1780: Component/s: (was: language-variant) python > Add

[jira] [Updated] (TINKERPOP-1775) Gremlin .NET: Implement a Connection write queue to support request pipelining

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1775: Component/s: (was: language-variant) dotnet > Gremlin

[jira] [Updated] (TINKERPOP-1730) Gremlin .NET support for GraphSON 3.0

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1730: Component/s: (was: language-variant) dotnet > Gremlin .NET

[jira] [Updated] (TINKERPOP-1543) Create a distinct language archetype.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1543: Component/s: (was: language-variant) process > Create a

[jira] [Closed] (TINKERPOP-1523) A means of clarifying an explicit type in DSL with language variants

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1523. --- Resolution: Won't Do I think Marko's comment makes sense: we'll include

[jira] [Updated] (TINKERPOP-1435) Support for extended GraphSON 2.0 in gremlin-python

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1435: Component/s: (was: language-variant) python > Support for

[jira] [Reopened] (TINKERPOP-1581) Gremlin-Python driver connection is not thread safe.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1581: - > Gremlin-Python driver connection is not thread safe. >

[jira] [Closed] (TINKERPOP-1453) Allow Gremlin-Python to handle asynchronous failure

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1453. --- Resolution: Fixed > Allow Gremlin-Python to handle asynchronous failure >

[jira] [Closed] (TINKERPOP-1599) implement real gremlin-python driver

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1599. --- Resolution: Fixed > implement real gremlin-python driver >

[jira] [Reopened] (TINKERPOP-1599) implement real gremlin-python driver

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1599: - > implement real gremlin-python driver > > >

[jira] [Updated] (TINKERPOP-1453) Allow Gremlin-Python to handle asynchronous failure

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1453: Component/s: (was: language-variant) python > Allow

[jira] [Reopened] (TINKERPOP-1453) Allow Gremlin-Python to handle asynchronous failure

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1453: - > Allow Gremlin-Python to handle asynchronous failure >

[jira] [Closed] (TINKERPOP-1592) Add withDetachment() and specify the "detachment" model.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1592. --- Resolution: Won't Do > Add withDetachment() and specify the "detachment" model. >

[jira] [Reopened] (TINKERPOP-1679) Detached side-effects aren't attached when remoted

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1679: - > Detached side-effects aren't attached when remoted >

[jira] [Updated] (TINKERPOP-1592) Add withDetachment() and specify the "detachment" model.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1592: Component/s: (was: language-variant) > Add withDetachment() and specify the

[jira] [Closed] (TINKERPOP-1552) C# Gremlin Language Variant

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1552. --- Resolution: Done > C# Gremlin Language Variant > --- > >

[jira] [Reopened] (TINKERPOP-1592) Add withDetachment() and specify the "detachment" model.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1592: - > Add withDetachment() and specify the "detachment" model. >

[jira] [Reopened] (TINKERPOP-1507) Pick.any and Pick.none are not in GraphSON or Gremlin-Python

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1507: - > Pick.any and Pick.none are not in GraphSON or Gremlin-Python >

[jira] [Reopened] (TINKERPOP-1520) Difference between 'has' step generated graphson2.0 in java and python glv implementation

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1520: - > Difference between 'has' step generated graphson2.0 in java and python glv >

[jira] [Closed] (TINKERPOP-1561) gremiln-python GraphSONWriter doesn't properly serialize long in Python 3.5

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1561. --- Resolution: Fixed > gremiln-python GraphSONWriter doesn't properly serialize long

[jira] [Updated] (TINKERPOP-1454) Create Serializers for Graph objects in Gremlin-Python

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1454: Component/s: (was: language-variant) python > Create

[jira] [Updated] (TINKERPOP-1561) gremiln-python GraphSONWriter doesn't properly serialize long in Python 3.5

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1561: Component/s: (was: language-variant) python >

[jira] [Updated] (TINKERPOP-1520) Difference between 'has' step generated graphson2.0 in java and python glv implementation

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1520: Component/s: (was: language-variant) python > Difference

[jira] [Closed] (TINKERPOP-1454) Create Serializers for Graph objects in Gremlin-Python

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1454. --- Resolution: Fixed > Create Serializers for Graph objects in Gremlin-Python >

[jira] [Reopened] (TINKERPOP-1454) Create Serializers for Graph objects in Gremlin-Python

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1454: - > Create Serializers for Graph objects in Gremlin-Python >

[jira] [Closed] (TINKERPOP-1520) Difference between 'has' step generated graphson2.0 in java and python glv implementation

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1520. --- Resolution: Fixed > Difference between 'has' step generated graphson2.0 in java

[jira] [Updated] (TINKERPOP-1444) Benchmark bytecode->Traversal creation and implement GremlinServer cache if necessary.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1444: Component/s: (was: language-variant) > Benchmark bytecode->Traversal

[jira] [Closed] (TINKERPOP-1444) Benchmark bytecode->Traversal creation and implement GremlinServer cache if necessary.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1444. --- Resolution: Fixed > Benchmark bytecode->Traversal creation and implement

[jira] [Closed] (TINKERPOP-1449) Streamline gremlin-python build

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1449. --- Resolution: Fixed > Streamline gremlin-python build >

[jira] [Reopened] (TINKERPOP-1448) gremlin-python should be Python 2/3 compatible

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1448: - > gremlin-python should be Python 2/3 compatible >

[jira] [Updated] (TINKERPOP-1449) Streamline gremlin-python build

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1449: Component/s: (was: language-variant) python > Streamline

[jira] [Updated] (TINKERPOP-1635) gremlin-python: Duplicate serialization of element property in PropertySerializer

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1635: Component/s: (was: language-variant) python >

[jira] [Reopened] (TINKERPOP-1576) gremlin-python calls non-existent methods

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1576: - > gremlin-python calls non-existent methods >

[jira] [Closed] (TINKERPOP-1567) GraphSON deserialization fails with within('a')

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1567. --- Resolution: Fixed > GraphSON deserialization fails with within('a') >

[jira] [Closed] (TINKERPOP-1576) gremlin-python calls non-existent methods

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1576. --- Resolution: Fixed > gremlin-python calls non-existent methods >

[jira] [Reopened] (TINKERPOP-1635) gremlin-python: Duplicate serialization of element property in PropertySerializer

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-1635: - > gremlin-python: Duplicate serialization of element property in >

[jira] [Updated] (TINKERPOP-1576) gremlin-python calls non-existent methods

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1576: Component/s: (was: language-variant) python >

[jira] [Closed] (TINKERPOP-1635) gremlin-python: Duplicate serialization of element property in PropertySerializer

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1635. --- Resolution: Fixed > gremlin-python: Duplicate serialization of element property

[jira] [Updated] (TINKERPOP-1326) Use KryoShim for serialization in VertexProgramHelper

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1326: Fix Version/s: (was: 3.3.1) > Use KryoShim for serialization in

[jira] [Updated] (TINKERPOP-940) Convert LocalTraversals to MatchSteps in OLAP and Solve the StarGraph Problem

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-940: --- Fix Version/s: (was: 3.2.7) > Convert LocalTraversals to MatchSteps in OLAP

[jira] [Updated] (TINKERPOP-620) Commutative Step Marker interface

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-620: --- Fix Version/s: (was: 3.2.7) > Commutative Step Marker interface >

[jira] [Updated] (TINKERPOP-882) Develop a less error prone way for rewriting strategies

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-882: --- Fix Version/s: (was: 3.2.7) > Develop a less error prone way for rewriting

[jira] [Updated] (TINKERPOP-831) How should OLAP treat Collection objects? No contract is specified.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-831: --- Fix Version/s: (was: 3.2.7) > How should OLAP treat Collection objects? No

[jira] [Updated] (TINKERPOP-871) RuntimeStrategy as the general model for all such execution time rewrites/re-orders

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-871: --- Fix Version/s: (was: 3.2.7) > RuntimeStrategy as the general model for all

[jira] [Updated] (TINKERPOP-819) Mapping Cardinality Interface

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-819: --- Fix Version/s: (was: 3.2.7) > Mapping Cardinality Interface >

[jira] [Updated] (TINKERPOP-743) Support "barrier syntax" in step labels.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-743: --- Fix Version/s: (was: 3.2.7) > Support "barrier syntax" in step labels. >

[jira] [Updated] (TINKERPOP-1687) Record metrics around how long it gremlin script executions sit in executor queue waiting to be executed.

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1687: Fix Version/s: (was: 3.2.7) > Record metrics around how long it gremlin

[jira] [Updated] (TINKERPOP-669) Consider Required TraversalStrategies

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-669: --- Fix Version/s: (was: 3.2.7) > Consider Required TraversalStrategies >

[jira] [Updated] (TINKERPOP-1757) GiraphGraphComputer does not start Zookeeper in local mode

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1757: Fix Version/s: (was: 3.3.1) (was: 3.2.7) >

[jira] [Updated] (TINKERPOP-1751) Gremlin .NET: GraphTraversal.Group() signature does not allow map results

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1751: Component/s: (was: language-variant) dotnet > Gremlin

[jira] [Updated] (TINKERPOP-1745) Gremlin .NET: Use DateTimeOffset instead of DateTime to represent g:Date

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1745: Component/s: (was: language-variant) dotnet > Gremlin

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

2017-09-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1766: Component/s: (was: language-variant) dotnet > Gremlin.Net:

  1   2   >