[jira] [Created] (TINKERPOP-1897) Provide Docker images of Gremlin Server and Console

2018-02-20 Thread Florian Hockmann (JIRA)
Florian Hockmann created TINKERPOP-1897: --- Summary: Provide Docker images of Gremlin Server and Console Key: TINKERPOP-1897 URL: https://issues.apache.org/jira/browse/TINKERPOP-1897 Project: Tinke

[jira] [Commented] (TINKERPOP-1822) Repeat should depth first search

2018-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370793#comment-16370793 ] ASF GitHub Bot commented on TINKERPOP-1822: --- Github user mpollmeier commente

[GitHub] tinkerpop issue #715: TINKERPOP-1822: change behaviour of repeat step to be ...

2018-02-20 Thread mpollmeier
Github user mpollmeier commented on the issue: https://github.com/apache/tinkerpop/pull/715 @krlohnes thanks for jumping in! This is still an open issue for me, so I'll test your suggestion as soon as I find some time. Let me know how your testing goes, maybe we can get this one over

Re: [EXTERNAL] Re: gremlin-python lambdas, and HaltedTraverserStrategy(DetachedFactory)

2018-02-20 Thread Moore, Branden James
Thanks. I mis-remembered about the rationale for using DetachedFactory. In reality, it was because we DID want the properties to be returned. Back in 2016, with TINKERPOP-1474, I had a PR in to add the ability to query properties on python deserialized Vertex objects. It appears that the c

Re: [TinkerPop] Re: Docker images: gremlin-server and gremlin-console

2018-02-20 Thread Jean-Baptiste Musso
Sure, +1 on transferring the Dockerfile to TinkerPop. That could be part of the current deployment process. I think we'd somehow need to find a way to redeploy all images if we tweak/improve the Dockerfile in a way that makes sense to also redeploy prior images, and not just the latest releases. J

[jira] [Commented] (TINKERPOP-1896) gremlin-python lambdas error when working on Maps

2018-02-20 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370586#comment-16370586 ] stephen mallette commented on TINKERPOP-1896: - The problem doesn't seem to

[jira] [Updated] (TINKERPOP-1896) gremlin-python lambdas error when working on Maps

2018-02-20 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1896: Description: Gremlin-python lambdas throw an error on the server when the preced

Re: gremlin-python lambdas, and HaltedTraverserStrategy(DetachedFactory)

2018-02-20 Thread Stephen Mallette
thanks for adding this: https://issues.apache.org/jira/browse/TINKERPOP-1895 i just commented. note that if you want to reduce extraneous data, you don't want to use DetachedFactory. You want ReferenceFactory. But, for 3.3.1, we already configure the server with HaltedTraverserStrategy using Refe

[jira] [Commented] (TINKERPOP-1895) gremlin-python lambdas do not work with HaltedTraverserStrategy(DetachedFactory)

2018-02-20 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370575#comment-16370575 ] stephen mallette commented on TINKERPOP-1895: - I don't think you need to u

[jira] [Created] (TINKERPOP-1896) gremlin-python lambdas error when working on Maps

2018-02-20 Thread Branden Moore (JIRA)
Branden Moore created TINKERPOP-1896: Summary: gremlin-python lambdas error when working on Maps Key: TINKERPOP-1896 URL: https://issues.apache.org/jira/browse/TINKERPOP-1896 Project: TinkerPop

[jira] [Commented] (TINKERPOP-1726) Support WebSockets ping/pong keep-alive in Gremlin server

2018-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370550#comment-16370550 ] ASF GitHub Bot commented on TINKERPOP-1726: --- Github user robertdale commente

[GitHub] tinkerpop issue #800: TINKERPOP-1726 Added idleReadLimit and idleWriteLimit ...

2018-02-20 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/800 Yes, manually. I was surprised too. In practice, I don't think it's a big deal. The only reason I could see even using server-side keep-alive is because client-side keep-alive was sufficient. S

[jira] [Commented] (TINKERPOP-1726) Support WebSockets ping/pong keep-alive in Gremlin server

2018-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370526#comment-16370526 ] ASF GitHub Bot commented on TINKERPOP-1726: --- Github user spmallette commente

[jira] [Created] (TINKERPOP-1895) gremlin-python lambdas do not work with HaltedTraverserStrategy(DetachedFactory)

2018-02-20 Thread Branden Moore (JIRA)
Branden Moore created TINKERPOP-1895: Summary: gremlin-python lambdas do not work with HaltedTraverserStrategy(DetachedFactory) Key: TINKERPOP-1895 URL: https://issues.apache.org/jira/browse/TINKERPOP-1895

[GitHub] tinkerpop issue #800: TINKERPOP-1726 Added idleReadLimit and idleWriteLimit ...

2018-02-20 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/800 I didn't notice that. I would have expected the client ping to reset the `keepAliveInterval` as the server would have to write a pong back to the client (i.e. the write should reset the interva

[jira] [Commented] (TINKERPOP-1726) Support WebSockets ping/pong keep-alive in Gremlin server

2018-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370523#comment-16370523 ] ASF GitHub Bot commented on TINKERPOP-1726: --- Github user robertdale commente

[GitHub] tinkerpop issue #800: TINKERPOP-1726 Added idleReadLimit and idleWriteLimit ...

2018-02-20 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/800 The only thing I don't like is that the client keep-alive doesn't seem to reset the 'write idle time' so the server still sends ping requests to the client even though the client is communicati

[jira] [Commented] (TINKERPOP-1893) AddV(string label) does not add label

2018-02-20 Thread Florian Hockmann (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370518#comment-16370518 ] Florian Hockmann commented on TINKERPOP-1893: - Thanks for the explanation,

[jira] [Closed] (TINKERPOP-1893) AddV(string label) does not add label

2018-02-20 Thread Florian Hockmann (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Florian Hockmann closed TINKERPOP-1893. --- Resolution: Fixed > AddV(string label) does not add label > --

Re: gremlin-python lambdas, and HaltedTraverserStrategy(DetachedFactory)

2018-02-20 Thread Stephen Mallette
no, it's not. that's really strange. can you please create an issue in jira for that? On Tue, Feb 20, 2018 at 2:15 PM, Moore, Branden James wrote: > We’re using our gremlin-python traversals with the > HaltedTraverserStrategy(o.a.t.g.s.u.d.DetachedFactory), to decrease the > extraneous amount of

Re: [TinkerPop] Re: Docker images: gremlin-server and gremlin-console

2018-02-20 Thread Stephen Mallette
i've always been +1 for TinkerPop having it's own official docker images published when we release. i'm just dumb about how to do such things. On Tue, Feb 20, 2018 at 2:30 PM, Florian Hockmann wrote: > Thanks to a ticket where someone mentioned that he uses Docker images of > the Gremlin Server

[jira] [Commented] (TINKERPOP-1893) AddV(string label) does not add label

2018-02-20 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370510#comment-16370510 ] stephen mallette commented on TINKERPOP-1893: - It took some research but t

Re: [TinkerPop] Re: Docker images: gremlin-server and gremlin-console

2018-02-20 Thread Florian Hockmann
Thanks to a ticket where someone mentioned that he uses Docker images of the Gremlin Server (TINKERPOP-1893 ), I noticed that there aren't any up-to-date Docker images for Gremlin Server or Console on hub.docker.com: The highest version for Gre

gremlin-python lambdas, and HaltedTraverserStrategy(DetachedFactory)

2018-02-20 Thread Moore, Branden James
We’re using our gremlin-python traversals with the HaltedTraverserStrategy(o.a.t.g.s.u.d.DetachedFactory), to decrease the extraneous amount of data returned in large queries. Today I discovered that if one uses this strategy, lambdas no longer work. For example, from the TinkerPop docs: g.V()

[jira] [Commented] (TINKERPOP-1857) GLV test suite consistency and completeness

2018-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370469#comment-16370469 ] ASF GitHub Bot commented on TINKERPOP-1857: --- Github user asfgit closed the p

[jira] [Commented] (TINKERPOP-1893) AddV(string label) does not add label

2018-02-20 Thread Florian Hockmann (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370467#comment-16370467 ] Florian Hockmann commented on TINKERPOP-1893: - I just reproduced the issue

[jira] [Closed] (TINKERPOP-1857) GLV test suite consistency and completeness

2018-02-20 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1857. --- Resolution: Done > GLV test suite consistency and completeness > -

[GitHub] tinkerpop pull request #798: TINKERPOP-1857 - Consistency in GLV tests

2018-02-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/798 ---

[jira] [Assigned] (TINKERPOP-1522) Order of select() scopes

2018-02-20 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kuppitz reassigned TINKERPOP-1522: - Assignee: Daniel Kuppitz > Order of select() scopes > ---

[jira] [Commented] (TINKERPOP-1463) Improve has(propertyKey, traversal)

2018-02-20 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370447#comment-16370447 ] Daniel Kuppitz commented on TINKERPOP-1463: --- Okay, from my side +1 for a bre

[jira] [Commented] (TINKERPOP-1463) Improve has(propertyKey, traversal)

2018-02-20 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370433#comment-16370433 ] stephen mallette commented on TINKERPOP-1463: - Yeah - i can't recall what

[jira] [Closed] (TINKERPOP-1883) gremlinpython future will never return

2018-02-20 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1883. --- Resolution: Fixed Assignee: David M. Brown Fix Version/s: 3.3.2

[jira] [Commented] (TINKERPOP-1883) gremlinpython future will never return

2018-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370427#comment-16370427 ] ASF GitHub Bot commented on TINKERPOP-1883: --- Github user asfgit closed the p

[GitHub] tinkerpop pull request #796: Added correct setting of future exceptions, pur...

2018-02-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/796 ---

[jira] [Commented] (TINKERPOP-1883) gremlinpython future will never return

2018-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370417#comment-16370417 ] ASF GitHub Bot commented on TINKERPOP-1883: --- Github user davebshow commented

[GitHub] tinkerpop issue #796: Added correct setting of future exceptions, pursuant t...

2018-02-20 Thread davebshow
Github user davebshow commented on the issue: https://github.com/apache/tinkerpop/pull/796 sweet ---

[jira] [Commented] (TINKERPOP-1463) Improve has(propertyKey, traversal)

2018-02-20 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370404#comment-16370404 ] Daniel Kuppitz commented on TINKERPOP-1463: --- 18 months later I still don't l

[jira] [Commented] (TINKERPOP-1883) gremlinpython future will never return

2018-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370398#comment-16370398 ] ASF GitHub Bot commented on TINKERPOP-1883: --- Github user spmallette commente

[GitHub] tinkerpop issue #796: Added correct setting of future exceptions, pursuant t...

2018-02-20 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/796 i think we can just CTR this in - it's pretty simple. i'll just cherry pick to tp32 and merge from there, then manually close this ---

[jira] [Commented] (TINKERPOP-1883) gremlinpython future will never return

2018-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370387#comment-16370387 ] ASF GitHub Bot commented on TINKERPOP-1883: --- Github user davebshow commented

[GitHub] tinkerpop issue #796: Added correct setting of future exceptions, pursuant t...

2018-02-20 Thread davebshow
Github user davebshow commented on the issue: https://github.com/apache/tinkerpop/pull/796 Yes this affects both 32 and master ---

[jira] [Commented] (TINKERPOP-1098) Local Filters

2018-02-20 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370357#comment-16370357 ] Daniel Kuppitz commented on TINKERPOP-1098: --- {{local()}} would be perfect, r

[jira] [Closed] (TINKERPOP-1090) Dynamic vertex by id lookups

2018-02-20 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kuppitz closed TINKERPOP-1090. - Resolution: Won't Fix Closing, as the queries in this ticket are bad, There should sti

[jira] [Commented] (TINKERPOP-1726) Support WebSockets ping/pong keep-alive in Gremlin server

2018-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370171#comment-16370171 ] ASF GitHub Bot commented on TINKERPOP-1726: --- Github user spmallette commente

[GitHub] tinkerpop pull request #800: TINKERPOP-1726 Added idleReadLimit and idleWrit...

2018-02-20 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/800#discussion_r169365417 --- Diff: docs/src/reference/gremlin-applications.asciidoc --- @@ -1073,7 +1073,8 @@ The following table describes the various configuration options th

[jira] [Commented] (TINKERPOP-1726) Support WebSockets ping/pong keep-alive in Gremlin server

2018-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370168#comment-16370168 ] ASF GitHub Bot commented on TINKERPOP-1726: --- Github user robertdale commente

[GitHub] tinkerpop pull request #800: TINKERPOP-1726 Added idleReadLimit and idleWrit...

2018-02-20 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/800#discussion_r169364908 --- Diff: docs/src/reference/gremlin-applications.asciidoc --- @@ -1073,7 +1073,8 @@ The following table describes the various configuration options th

[jira] [Commented] (TINKERPOP-1048) Vertex lookups by id are inconsistent

2018-02-20 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370145#comment-16370145 ] Daniel Kuppitz commented on TINKERPOP-1048: --- It's complicated. In this case,

[jira] [Updated] (TINKERPOP-1894) GraphSONMessageSerializerV2d0 fails to deserialize valid P.not()

2018-02-20 Thread Jorge Bay (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jorge Bay updated TINKERPOP-1894: - Description: GraphSONMessageSerializerV2d0 is not able to deserialize a {{g : P}} predicate f

[jira] [Created] (TINKERPOP-1894) GraphSONMessageSerializerV2d0 fails to deserialize valid P.not()

2018-02-20 Thread Jorge Bay (JIRA)
Jorge Bay created TINKERPOP-1894: Summary: GraphSONMessageSerializerV2d0 fails to deserialize valid P.not() Key: TINKERPOP-1894 URL: https://issues.apache.org/jira/browse/TINKERPOP-1894 Project: Tinke

[GitHub] tinkerpop issue #800: TINKERPOP-1726 Added idleReadLimit and idleWriteLimit ...

2018-02-20 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/800 I think I've incorporated all the suggested changes. Please take a look around and see if I missed anything. I will re-run tests on my side. ---

[jira] [Commented] (TINKERPOP-1726) Support WebSockets ping/pong keep-alive in Gremlin server

2018-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370121#comment-16370121 ] ASF GitHub Bot commented on TINKERPOP-1726: --- Github user spmallette commente

[jira] [Commented] (TINKERPOP-1726) Support WebSockets ping/pong keep-alive in Gremlin server

2018-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370122#comment-16370122 ] ASF GitHub Bot commented on TINKERPOP-1726: --- Github user spmallette commente

[GitHub] tinkerpop pull request #800: TINKERPOP-1726 Added idleReadLimit and idleWrit...

2018-02-20 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/800#discussion_r169343138 --- Diff: gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerIntegrateTest.java --- @@ -293,6 +312,21 @@ private static Ssl

[jira] [Commented] (TINKERPOP-1726) Support WebSockets ping/pong keep-alive in Gremlin server

2018-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370099#comment-16370099 ] ASF GitHub Bot commented on TINKERPOP-1726: --- Github user spmallette commente

[GitHub] tinkerpop pull request #800: TINKERPOP-1726 Added idleReadLimit and idleWrit...

2018-02-20 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/800#discussion_r169333477 --- Diff: gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/AbstractChannelizer.java --- @@ -147,7 +149,12 @@ public void init(final S

Save the date: ApacheCon North America, September 24-27 in Montréal

2018-02-20 Thread Rich Bowen
Dear Apache Enthusiast, (You’re receiving this message because you’re subscribed to a user@ or dev@ list of one or more Apache Software Foundation projects.) We’re pleased to announce the upcoming ApacheCon [1] in Montréal, September 24-27. This event is all about you — the Apache project com

[jira] [Commented] (TINKERPOP-1726) Support WebSockets ping/pong keep-alive in Gremlin server

2018-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370036#comment-16370036 ] ASF GitHub Bot commented on TINKERPOP-1726: --- Github user spmallette commente

[GitHub] tinkerpop pull request #800: TINKERPOP-1726 Added idleReadLimit and idleWrit...

2018-02-20 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/800#discussion_r169312697 --- Diff: gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/AbstractChannelizer.java --- @@ -147,7 +149,12 @@ public void init(final S

[jira] [Commented] (TINKERPOP-1048) Vertex lookups by id are inconsistent

2018-02-20 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370031#comment-16370031 ] stephen mallette commented on TINKERPOP-1048: - You said that "I don't thin

[jira] [Commented] (TINKERPOP-1883) gremlinpython future will never return

2018-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370024#comment-16370024 ] ASF GitHub Bot commented on TINKERPOP-1883: --- Github user spmallette commente

[GitHub] tinkerpop issue #796: Added correct setting of future exceptions, pursuant t...

2018-02-20 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/796 @davebshow this should target tp32 is that correct? ---

[jira] [Commented] (TINKERPOP-1726) Support WebSockets ping/pong keep-alive in Gremlin server

2018-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370022#comment-16370022 ] ASF GitHub Bot commented on TINKERPOP-1726: --- Github user robertdale commente

[jira] [Commented] (TINKERPOP-1726) Support WebSockets ping/pong keep-alive in Gremlin server

2018-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370021#comment-16370021 ] ASF GitHub Bot commented on TINKERPOP-1726: --- Github user robertdale commente

[jira] [Commented] (TINKERPOP-1726) Support WebSockets ping/pong keep-alive in Gremlin server

2018-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370023#comment-16370023 ] ASF GitHub Bot commented on TINKERPOP-1726: --- Github user robertdale commente

[jira] [Commented] (TINKERPOP-1726) Support WebSockets ping/pong keep-alive in Gremlin server

2018-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370020#comment-16370020 ] ASF GitHub Bot commented on TINKERPOP-1726: --- Github user robertdale commente

[GitHub] tinkerpop pull request #800: TINKERPOP-1726 Added idleReadLimit and idleWrit...

2018-02-20 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/800#discussion_r169302646 --- Diff: CHANGELOG.asciidoc --- @@ -25,6 +25,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima * Modifi

[GitHub] tinkerpop pull request #800: TINKERPOP-1726 Added idleReadLimit and idleWrit...

2018-02-20 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/800#discussion_r169305818 --- Diff: gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerIntegrateTest.java --- @@ -293,6 +312,21 @@ private static Ssl

[GitHub] tinkerpop pull request #800: TINKERPOP-1726 Added idleReadLimit and idleWrit...

2018-02-20 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/800#discussion_r169302920 --- Diff: docs/src/reference/gremlin-applications.asciidoc --- @@ -1073,7 +1073,8 @@ The following table describes the various configuration options th

[GitHub] tinkerpop pull request #800: TINKERPOP-1726 Added idleReadLimit and idleWrit...

2018-02-20 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/800#discussion_r169304285 --- Diff: gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/AbstractChannelizer.java --- @@ -147,7 +149,12 @@ public void init(final S

Re: [DISCUSS] Gremlin JavaScript release

2018-02-20 Thread Jorge Bay Gondra
Any luck? On Wed, Feb 14, 2018 at 9:43 AM, Jorge Bay Gondra wrote: > hm... that's weird... It's working on my end with a different package... > > Maybe use a newer npm cli version? > > If npm access is still failing after cli upgrade, you could use npm owner >