You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "stephen mallette (JIRA)" <ji...@apache.org> on 2016/09/09 15:27:20 UTC

[jira] [Created] (TINKERPOP-1442) Killing session should make better attempt to cleanup

stephen mallette created TINKERPOP-1442:
-------------------------------------------

             Summary: Killing session should make better attempt to cleanup
                 Key: TINKERPOP-1442
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1442
             Project: TinkerPop
          Issue Type: Bug
          Components: server
    Affects Versions: 3.1.4
            Reporter: stephen mallette
            Assignee: stephen mallette
             Fix For: 3.1.5


When a session is killed it tries to rollback transactions prior to ending the session. If there is a long-run script (or perhaps a queue of jobs) then this close job just gets added to the queue. If that rollback job never executes then the transaction gets orphaned. 

Graph implementations tend to have their own methods for cleaning up these lingering transactions, but it would be better if the shutdown could occur in an orderly fashion.



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