[jira] [Commented] (TINKERPOP-1493) Groovy project doesn't build on Windows

2016-10-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15618329#comment-15618329 ] ASF GitHub Bot commented on TINKERPOP-1493: --- Github user pluradj commented on the issue:

[GitHub] tinkerpop issue #456: TINKERPOP-1493 Groovy project doesn't build on Windows

2016-10-29 Thread pluradj
Github user pluradj commented on the issue: https://github.com/apache/tinkerpop/pull/456 I think this one can be closed @pauljackson, and we'll use the other one to merge to all the branches. --- If your project is set up for it, you can reply to this email and have your reply

[jira] [Commented] (TINKERPOP-1493) Groovy project doesn't build on Windows

2016-10-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15618334#comment-15618334 ] ASF GitHub Bot commented on TINKERPOP-1493: --- Github user pluradj commented on the issue:

[jira] [Commented] (TINKERPOP-932) Add ability to cancel script execution associated with a Gremlin Server Session

2016-10-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15618325#comment-15618325 ] ASF GitHub Bot commented on TINKERPOP-932: -- Github user pluradj commented on the issue:

[GitHub] tinkerpop issue #457: TINKERPOP-1493 Groovy project doesn't build on Windows

2016-10-29 Thread pluradj
Github user pluradj commented on the issue: https://github.com/apache/tinkerpop/pull/457 I didn't encounter any failures with the TinkerGraph integration tests on Windows. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[jira] [Commented] (TINKERPOP-887) FastNoSuchElementException hides stack trace in client code

2016-10-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15618510#comment-15618510 ] ASF GitHub Bot commented on TINKERPOP-887: -- Github user BrynCooke commented on the issue:

[jira] [Commented] (TINKERPOP-887) FastNoSuchElementException hides stack trace in client code

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

[jira] [Commented] (TINKERPOP-1525) Plug VertexProgram iteration leak on empty Spark RDD partitions

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

[GitHub] tinkerpop pull request #462: TINKERPOP-1525 Avoid starting VP worker iterati...

2016-10-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/462 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] tinkerpop issue #470: TINKERPOP-887 Conversion of FastNoSuchElementException...

2016-10-29 Thread BrynCooke
Github user BrynCooke commented on the issue: https://github.com/apache/tinkerpop/pull/470 @okram I have changed the approach entirely to avoid adding an extra strategy. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] tinkerpop pull request #458: Message scope initialization in PeerPressureVer...

2016-10-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/458 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (TINKERPOP-887) FastNoSuchElementException hides stack trace in client code

2016-10-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15618497#comment-15618497 ] ASF GitHub Bot commented on TINKERPOP-887: -- Github user BrynCooke commented on the issue:

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

2016-10-29 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/468 `docker/build.sh -t -i -n` fails for me with: ``` Tests run: 490, Failures: 0, Errors: 1, Skipped: 54, Time elapsed: 32.5 sec <<< FAILURE! - in

[GitHub] tinkerpop issue #470: TINKERPOP-887 Conversion of FastNoSuchElementException...

2016-10-29 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/470 I've done some manual tests and all looks good to me. Although the changes in this PR look scary, it doesn't seem to have a bad performance impact (I couldn't see a performance impact at all).

[jira] [Commented] (TINKERPOP-887) FastNoSuchElementException hides stack trace in client code

2016-10-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15618723#comment-15618723 ] ASF GitHub Bot commented on TINKERPOP-887: -- Github user okram commented on the issue:

[GitHub] tinkerpop issue #470: TINKERPOP-887 Conversion of FastNoSuchElementException...

2016-10-29 Thread okram
Github user okram commented on the issue: https://github.com/apache/tinkerpop/pull/470 Huh, interesting. Sorry, currently not at a point in my day to be able to build and test. Will need some more time to reason through the consequences, but I do appreciate the simplicity and (as

[jira] [Commented] (TINKERPOP-1483) PropertyMapStep returns Map<String,E> but puts non String keys in it!

2016-10-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15618738#comment-15618738 ] ASF GitHub Bot commented on TINKERPOP-1483: --- Github user okram commented on the issue:

[jira] [Commented] (TINKERPOP-1527) Do not override registered strategies in TraversalStrategies.GlobalCache

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

[GitHub] tinkerpop issue #470: TINKERPOP-887 Conversion of FastNoSuchElementException...

2016-10-29 Thread BrynCooke
Github user BrynCooke commented on the issue: https://github.com/apache/tinkerpop/pull/470 retest this please --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[GitHub] tinkerpop issue #467: Added getProjectKeys in ProjectStep

2016-10-29 Thread okram
Github user okram commented on the issue: https://github.com/apache/tinkerpop/pull/467 merged. in the future, please update CHANGELOG or provide a note about what to add to the CHANGELOG on merge. Also, I just addded you change because it was targeted to master and it can go in

[GitHub] tinkerpop issue #446: TINKERPOP-1483: valueMap should always return string k...

2016-10-29 Thread okram
Github user okram commented on the issue: https://github.com/apache/tinkerpop/pull/446 Yea, this is a troublesome PR. 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. If your project does not have this feature

[GitHub] tinkerpop issue #467: Added getProjectKeys in ProjectStep

2016-10-29 Thread seanbarzilay
Github user seanbarzilay commented on the issue: https://github.com/apache/tinkerpop/pull/467 @okram wonderful --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and

[GitHub] tinkerpop pull request #464: TINKERPOP-1527: Do not override registered stra...

2016-10-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/464 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] tinkerpop pull request #467: Added getProjectKeys in ProjectStep

2016-10-29 Thread seanbarzilay
Github user seanbarzilay closed the pull request at: https://github.com/apache/tinkerpop/pull/467 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[jira] [Commented] (TINKERPOP-887) FastNoSuchElementException hides stack trace in client code

2016-10-29 Thread Bryn Cooke (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15617713#comment-15617713 ] Bryn Cooke commented on TINKERPOP-887: -- OK. That makes sense. I had issues with an interaction

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

2016-10-29 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1474: Component/s: language-variant > API Alignment Between Java Gremlin Graph