[jira] [Commented] (TINKERPOP-1211) UnfoldStep should unfold arrays.

2016-11-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15626914#comment-15626914 ] ASF GitHub Bot commented on TINKERPOP-1211: --- Github user twilmes commented on the issue:

[GitHub] tinkerpop issue #475: TINKERPOP-1211: UnfoldStep should unfold arrays.

2016-11-01 Thread twilmes
Github user twilmes commented on the issue: https://github.com/apache/tinkerpop/pull/475 I grabbed the latest commit and things checked out. Looks good. VOTE: +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[INFO] Jira notification email update

2016-11-01 Thread Hadrian Zbarcea
Hi, I had a quick chat with infra@ today and they updated the notification email address to be this one. Before it was sending to the old incubator dev email. Just so you know in case you need to update your mail filters. Cheers, Hadrian

[jira] [Commented] (TINKERPOP-1471) IncidentToAdjacentStrategy use hidden marker to avoid repeated recursion.

2016-11-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15626736#comment-15626736 ] ASF GitHub Bot commented on TINKERPOP-1471: --- Github user dkuppitz commented on a diff in the

[GitHub] tinkerpop pull request #474: TINKERPOP-1471: IncidentToAdjacentStrategy use ...

2016-11-01 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/474#discussion_r86029705 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SubgraphStrategy.java --- @@ -105,21 +105,11 @@

[jira] [Commented] (TINKERPOP-1292) TinkerGraphComputer VertexProgramInterceptors

2016-11-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15626733#comment-15626733 ] ASF GitHub Bot commented on TINKERPOP-1292: --- GitHub user okram opened a pull request:

[GitHub] tinkerpop pull request #476: TINKERPOP-1292: TinkerGraphComputer VertexProgr...

2016-11-01 Thread okram
GitHub user okram opened a pull request: https://github.com/apache/tinkerpop/pull/476 TINKERPOP-1292: TinkerGraphComputer VertexProgramInterceptors https://issues.apache.org/jira/browse/TINKERPOP-1292 Added `TinkerGraphCountStrategy` which will translate `g.V().count()` and

[jira] [Commented] (TINKERPOP-1211) UnfoldStep should unfold arrays.

2016-11-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15626693#comment-15626693 ] ASF GitHub Bot commented on TINKERPOP-1211: --- Github user twilmes commented on a diff in the

[jira] [Commented] (TINKERPOP-1471) IncidentToAdjacentStrategy use hidden marker to avoid repeated recursion.

2016-11-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15626677#comment-15626677 ] ASF GitHub Bot commented on TINKERPOP-1471: --- Github user dkuppitz commented on a diff in the

[jira] [Commented] (TINKERPOP-1404) Path/label optimization

2016-11-01 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15626577#comment-15626577 ] Marko A. Rodriguez commented on TINKERPOP-1404: --- Can you VOTE on

[jira] [Commented] (TINKERPOP-1471) IncidentToAdjacentStrategy use hidden marker to avoid repeated recursion.

2016-11-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15626327#comment-15626327 ] ASF GitHub Bot commented on TINKERPOP-1471: --- Github user dkuppitz commented on the issue:

[GitHub] tinkerpop issue #474: TINKERPOP-1471: IncidentToAdjacentStrategy use hidden ...

2016-11-01 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/474 VOTE: +1 A little refactoring would be nice though: ``` for (final Step step : traversal.getSteps()) { if (step instanceof TraversalParent) {

[jira] [Closed] (TINKERPOP-1404) Path/label optimization

2016-11-01 Thread pieter martin (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] pieter martin closed TINKERPOP-1404. Resolution: Fixed Fix Version/s: 3.3.0 Implemented via TINKERPOP-1372 >

[jira] [Commented] (TINKERPOP-1404) Path/label optimization

2016-11-01 Thread pieter martin (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15626286#comment-15626286 ] pieter martin commented on TINKERPOP-1404: -- [~okram] has done the primary optimization of

[jira] [Commented] (TINKERPOP-1211) UnfoldStep should unfold arrays.

2016-11-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15626225#comment-15626225 ] ASF GitHub Bot commented on TINKERPOP-1211: --- GitHub user okram opened a pull request:

[GitHub] tinkerpop pull request #475: TINKERPOP-1211: UnfoldStep should unfold arrays...

2016-11-01 Thread okram
GitHub user okram opened a pull request: https://github.com/apache/tinkerpop/pull/475 TINKERPOP-1211: UnfoldStep should unfold arrays. https://issues.apache.org/jira/browse/TINKERPOP-1211 Unfold step now handles unfolding of arrays. VOTE +1. You can merge this

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

2016-11-01 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15626177#comment-15626177 ] Marko A. Rodriguez commented on TINKERPOP-620: -- [~mbroecheler] Is this still a desired

[jira] [Commented] (TINKERPOP-1471) IncidentToAdjacentStrategy use hidden marker to avoid repeated recursion.

2016-11-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15626166#comment-15626166 ] ASF GitHub Bot commented on TINKERPOP-1471: --- GitHub user okram opened a pull request:

[GitHub] tinkerpop pull request #474: TINKERPOP-1471: IncidentToAdjacentStrategy use ...

2016-11-01 Thread okram
GitHub user okram opened a pull request: https://github.com/apache/tinkerpop/pull/474 TINKERPOP-1471: IncidentToAdjacentStrategy use hidden marker to avoid repeated recursion. https://issues.apache.org/jira/browse/TINKERPOP-1471 Hidden labels can be used by strategies as a

[jira] [Closed] (TINKERPOP-1537) Python tests should not use hard-coded number of workers

2016-11-01 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kuppitz closed TINKERPOP-1537. - Resolution: Fixed Fix Version/s: 3.2.4 CTR'ed via

[jira] [Created] (TINKERPOP-1538) Gremlin Server spawned by test suites should use a different port

2016-11-01 Thread Daniel Kuppitz (JIRA)
Daniel Kuppitz created TINKERPOP-1538: - Summary: Gremlin Server spawned by test suites should use a different port Key: TINKERPOP-1538 URL: https://issues.apache.org/jira/browse/TINKERPOP-1538

[jira] [Commented] (TINKERPOP-1372) ImmutablePath should not use Java recursion (call stacks are wack)

2016-11-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15625594#comment-15625594 ] ASF GitHub Bot commented on TINKERPOP-1372: --- GitHub user okram opened a pull request:

[GitHub] tinkerpop pull request #473: TINKERPOP-1372: ImmutablePath should not use Ja...

2016-11-01 Thread okram
GitHub user okram opened a pull request: https://github.com/apache/tinkerpop/pull/473 TINKERPOP-1372: ImmutablePath should not use Java recursion (call stacks are wack) https://issues.apache.org/jira/browse/TINKERPOP-1372 `ImmutablePath` used heavy method-recursion which

Re: path query optimization

2016-11-01 Thread Marko Rodriguez
Hi, So the one thing I just copied into TINKERPOP-1372 was your ImmutablePath.currentLabels = currentLabels (vs. copying the set). You are right, step labels are immutable and thus, there is no need to copy the set over — a direct reference is sufficient. Regarding the

[jira] [Assigned] (TINKERPOP-1537) Python tests should not use hard-coded number of workers

2016-11-01 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kuppitz reassigned TINKERPOP-1537: - Assignee: Daniel Kuppitz > Python tests should not use hard-coded number of

Re: path query optimization

2016-11-01 Thread pieter-gmail
The branch is TINKERPOP-1404 https://github.com/apache/tinkerpop/commit/c1556fe82c58527dc4425d23d1d69ce324e62cfa Cheers Pieter On 01/11/2016 15:23, Marko Rodriguez wrote: > What branch are you in? Perhaps give me URLs (to GitHub) to the files > touched? (if its not too many) > > Marko. > >

Re: path query optimization

2016-11-01 Thread Marko Rodriguez
What branch are you in? Perhaps give me URLs (to GitHub) to the files touched? (if its not too many) Marko. http://markorodriguez.com > On Nov 1, 2016, at 7:19 AM, pieter-gmail wrote: > > Hi, > > Yes I am but afraid I do not have time at present to concentrate on

Re: path query optimization

2016-11-01 Thread pieter-gmail
Hi, Yes I am but afraid I do not have time at present to concentrate on it. I just noticed your ImmutablePath ticket which will overlap with some of what I have done. I'd suggest to pull my branch and look at what I did there. It was very little, but dangerous code, which is why I was reluctant

[jira] [Commented] (TINKERPOP-1537) Python tests should not use hard-coded number of workers

2016-11-01 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15625405#comment-15625405 ] Marko A. Rodriguez commented on TINKERPOP-1537: --- Ah. Yea, that is my bad. Can you handle

Re: path query optimization

2016-11-01 Thread Marko Rodriguez
Hi Pieter, I’m still really interested in your work in this area. Are you still doing this? Marko. http://markorodriguez.com > On Aug 7, 2016, at 9:12 AM, Pieter Martin wrote: > > To avoid the collection logic alltogether. For most steps there is no need to > check

[jira] [Created] (TINKERPOP-1537) Python tests should not use hard-coded number of workers

2016-11-01 Thread Daniel Kuppitz (JIRA)
Daniel Kuppitz created TINKERPOP-1537: - Summary: Python tests should not use hard-coded number of workers Key: TINKERPOP-1537 URL: https://issues.apache.org/jira/browse/TINKERPOP-1537 Project:

[jira] [Assigned] (TINKERPOP-1372) ImmutablePath should not use Java recursion (call stacks are wack)

2016-11-01 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marko A. Rodriguez reassigned TINKERPOP-1372: - Assignee: Marko A. Rodriguez > ImmutablePath should not use Java

[jira] [Created] (TINKERPOP-1536) Include GLVs in Docker build

2016-11-01 Thread Daniel Kuppitz (JIRA)
Daniel Kuppitz created TINKERPOP-1536: - Summary: Include GLVs in Docker build Key: TINKERPOP-1536 URL: https://issues.apache.org/jira/browse/TINKERPOP-1536 Project: TinkerPop Issue Type:

[jira] [Commented] (TINKERPOP-1420) Remove deprecated ConcurrentBindings in gremlin-groovy

2016-11-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15625120#comment-15625120 ] ASF GitHub Bot commented on TINKERPOP-1420: --- Github user spmallette commented on the issue:

[GitHub] tinkerpop issue #468: TINKERPOP-1420 Removal of previously deprecated gremli...

2016-11-01 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/468 I've had three goods builds in a row with docker now on this branch. I also cleared my containers/images and it's been good since. --- If your project is set up for it, you can reply to this

[jira] [Commented] (TINKERPOP-1420) Remove deprecated ConcurrentBindings in gremlin-groovy

2016-11-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15625045#comment-15625045 ] ASF GitHub Bot commented on TINKERPOP-1420: --- Github user dkuppitz commented on the issue:

[GitHub] tinkerpop issue #468: TINKERPOP-1420 Removal of previously deprecated gremli...

2016-11-01 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/468 So weird. Build succeeded with `docker/build.sh -t -i -n` after I've rebuilt my containers and removed the `.glv` file from my `gremlin-python` directory. VOTE: +1 --- If your