[jira] [Commented] (TINKERPOP-999) ServerGremlinExecutor construction need not use generics for ExecutorService

2017-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16056688#comment-16056688 ] ASF GitHub Bot commented on TINKERPOP-999: -- Github user spmallette commented o

[GitHub] tinkerpop pull request #638: TINKERPOP-999 Removed generics from ServerGreml...

2017-06-20 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/638#discussion_r123125481 --- Diff: gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/GremlinServer.java --- @@ -108,54 +108,24 @@ public GremlinServer(final Set

[jira] [Commented] (TINKERPOP-999) ServerGremlinExecutor construction need not use generics for ExecutorService

2017-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16056640#comment-16056640 ] ASF GitHub Bot commented on TINKERPOP-999: -- Github user dkuppitz commented on

[GitHub] tinkerpop pull request #638: TINKERPOP-999 Removed generics from ServerGreml...

2017-06-20 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/638#discussion_r123119092 --- Diff: gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/GremlinServer.java --- @@ -108,54 +108,24 @@ public GremlinServer(final Setti

[GitHub] tinkerpop issue #637: TINKERPOP-1004 Expand usage of TransactionException

2017-06-20 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/637 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 enabled and wishes so, or if th

[jira] [Commented] (TINKERPOP-1004) Make Transaction.commit() failures consistent across implementations.

2017-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16056619#comment-16056619 ] ASF GitHub Bot commented on TINKERPOP-1004: --- Github user dkuppitz commented

[jira] [Commented] (TINKERPOP-1691) Some EventStrategyProcessTest assume element state is synced in memory

2017-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16056616#comment-16056616 ] ASF GitHub Bot commented on TINKERPOP-1691: --- Github user dkuppitz commented

[GitHub] tinkerpop issue #636: TINKERPOP-1691 Changed semantics of EventStrategyProce...

2017-06-20 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/636 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 enabled and wishes so, or if th

[jira] [Created] (TINKERPOP-1695) Session close over websocket does not reply with confirmation

2017-06-20 Thread Charlie (JIRA)
Charlie created TINKERPOP-1695: -- Summary: Session close over websocket does not reply with confirmation Key: TINKERPOP-1695 URL: https://issues.apache.org/jira/browse/TINKERPOP-1695 Project: TinkerPop

[jira] [Commented] (TINKERPOP-999) ServerGremlinExecutor construction need not use generics for ExecutorService

2017-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16056304#comment-16056304 ] ASF GitHub Bot commented on TINKERPOP-999: -- GitHub user spmallette opened a pu

[GitHub] tinkerpop pull request #638: TINKERPOP-999 Removed generics from ServerGreml...

2017-06-20 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/638 TINKERPOP-999 Removed generics from ServerGremlinExecutor https://issues.apache.org/jira/browse/TINKERPOP-999 Pretty simple - I probably could have CTR'd this but since it was a break

[jira] [Commented] (TINKERPOP-1004) Make Transaction.commit() failures consistent across implementations.

2017-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16056211#comment-16056211 ] ASF GitHub Bot commented on TINKERPOP-1004: --- GitHub user spmallette opened a

[GitHub] tinkerpop pull request #637: TINKERPOP-1004 Expand usage of TransactionExcep...

2017-06-20 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/637 TINKERPOP-1004 Expand usage of TransactionException https://issues.apache.org/jira/browse/TINKERPOP-1004 `TransactionException` is no longer bound to usage by `AbstractTransaction`.

[jira] [Commented] (TINKERPOP-1691) Some EventStrategyProcessTest assume element state is synced in memory

2017-06-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16056147#comment-16056147 ] ASF GitHub Bot commented on TINKERPOP-1691: --- GitHub user spmallette opened a

[GitHub] tinkerpop pull request #636: TINKERPOP-1691 Changed semantics of EventStrate...

2017-06-20 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/636 TINKERPOP-1691 Changed semantics of EventStrategyProcessTest https://issues.apache.org/jira/browse/TINKERPOP-1691 Tests no longer assume that element state is sync'd in memory. @piete

[jira] [Closed] (TINKERPOP-920) Test case needed for ensuring same cardinality for key.

2017-06-20 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-920. -- Resolution: Done Fix Version/s: 3.2.6 Added javadoc here: https://github.com/

[DISCUSS] Gryo 3.0

2017-06-20 Thread Stephen Mallette
I'd really like to get our IO situation really solid in 3.3.0 and while we talk about GraphSON a lot I think Gryo still has an important place in our serialization story. Gryo covers an extended set of classes that goes beyond what we cover in GraphSON. I don't know if all those registered classes

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

2017-06-20 Thread Jorge Bay (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16055617#comment-16055617 ] Jorge Bay commented on TINKERPOP-1552: -- Can we list the pending items for this GL