Re: [DSISCUSS] Remote Transactions

2021-03-17 Thread Stephen Mallette
One thing I should have noted about tx().create(). The create() very well could have been named traversal(), thus the previous example reading as: g = traversal().withEmbedded(graph) // or g = traversal().withRemote(conn) gtx = g.tx().traversal() gtx.addV('person').iterate()

Re: [DSISCUSS] Remote Transactions

2021-03-17 Thread David Bechberger
I am in favor of this change as I any idea that unifies the multiple different ways things work in TP will only make it easier to learn and adopt. I don't know that I have enough knowledge of the inner workings of transactions to know what/if this will cause problems. Dave On Wed, Mar 17, 2021

[DSISCUSS] Remote Transactions

2021-03-17 Thread Stephen Mallette
We haven't touched "transactions" since TP3 was originally designed. They have remained a feature for embedded use cases even in the face of the rise of remote graph use cases and result in major inconsistencies that really bother users. As we close on 3.5.0, I figured that perhaps there was a

[jira] [Commented] (TINKERPOP-2533) Develop a grammar for Gremlin

2021-03-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17303541#comment-17303541 ] ASF GitHub Bot commented on TINKERPOP-2533: --- FlorianHockmann commented on a change in pull

[jira] [Commented] (TINKERPOP-2531) Gremlin .NET driver ConnectionPool can remain without connections if server is down for 1-2 minutes

2021-03-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17303361#comment-17303361 ] ASF GitHub Bot commented on TINKERPOP-2531: --- FlorianHockmann commented on pull request

[jira] [Commented] (TINKERPOP-2472) GraphBinary support in .NET

2021-03-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17303341#comment-17303341 ] ASF GitHub Bot commented on TINKERPOP-2472: --- FlorianHockmann commented on pull request

[jira] [Created] (TINKERPOP-2536) Run Gherkin tests with GraphBinary and GraphSON

2021-03-17 Thread Florian Hockmann (Jira)
Florian Hockmann created TINKERPOP-2536: --- Summary: Run Gherkin tests with GraphBinary and GraphSON Key: TINKERPOP-2536 URL: https://issues.apache.org/jira/browse/TINKERPOP-2536 Project:

[jira] [Commented] (TINKERPOP-2531) Gremlin .NET driver ConnectionPool can remain without connections if server is down for 1-2 minutes

2021-03-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17303298#comment-17303298 ] ASF GitHub Bot commented on TINKERPOP-2531: --- spmallette commented on pull request #1404: