[jira] [Updated] (TINKERPOP-1453) Allow Gremlin-Python to handle asynchronous failure

2017-09-13 Thread stephen mallette (JIRA)

 [ 
https://issues.apache.org/jira/browse/TINKERPOP-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stephen mallette updated TINKERPOP-1453:

Component/s: (was: language-variant)
 python

> Allow Gremlin-Python to handle asynchronous failure
> ---
>
> Key: TINKERPOP-1453
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1453
> Project: TinkerPop
>  Issue Type: Improvement
>  Components: driver, python
>Affects Versions: 3.2.2
> Environment: Titan 1.1
> Gremlin 3.2.2
>Reporter: Carlos Cheung
>Assignee: David M. Brown
> Fix For: 3.2.5
>
>
> Titan occasionally returns transaction errors for a transaction that was sent 
> a few requests back. Since Gremlin-Python assumes a request sent will get 
> only its own answer back, this can cause the request-answer to no longer be 
> in sync and there is no mechanism to recover. 
> It would be nice to have a way for the receiver to check the request-id to 
> see if it corresponds to the original request. Additionally there should be a 
> rolling transaction log in the case of a server error, so a recovery/try 
> might be possible. 
> By implementing this, it would be possible to send Gremlin queries 
> asynchronously as well. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (TINKERPOP-1453) Allow Gremlin-Python to handle asynchronous failure

2016-09-19 Thread stephen mallette (JIRA)

 [ 
https://issues.apache.org/jira/browse/TINKERPOP-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stephen mallette updated TINKERPOP-1453:

 Labels:   (was: features)
Component/s: language-variant

Interesting - we were just discussing options on the dev mailing list for 
better allowing client-side retry in the event of Titan exceptions

> Allow Gremlin-Python to handle asynchronous failure
> ---
>
> Key: TINKERPOP-1453
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1453
> Project: TinkerPop
>  Issue Type: Improvement
>  Components: driver, language-variant
>Affects Versions: 3.2.2
> Environment: Titan 1.1
> Gremlin 3.2.2
>Reporter: Carlos Cheung
>
> Titan occasionally returns transaction errors for a transaction that was sent 
> a few requests back. Since Gremlin-Python assumes a request sent will get 
> only its own answer back, this can cause the request-answer to no longer be 
> in sync and there is no mechanism to recover. 
> It would be nice to have a way for the receiver to check the request-id to 
> see if it corresponds to the original request. Additionally there should be a 
> rolling transaction log in the case of a server error, so a recovery/try 
> might be possible. 
> By implementing this, it would be possible to send Gremlin queries 
> asynchronously as well. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)