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 2015/12/22 14:20:46 UTC

[jira] [Created] (TINKERPOP-1062) Make LifeCycle beforeEval execute in same thread as eval operation

stephen mallette created TINKERPOP-1062:
-------------------------------------------

             Summary: Make LifeCycle beforeEval execute in same thread as eval operation
                 Key: TINKERPOP-1062
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1062
             Project: TinkerPop
          Issue Type: Improvement
          Components: groovy
    Affects Versions: 3.1.0-incubating
            Reporter: stephen mallette
            Assignee: stephen mallette
            Priority: Minor
             Fix For: 3.1.1-incubating


{{GremlinExecutor}} currently performs its {{beforeEval}} event outside of the thread that does the {{eval()}} itself.  This can be problematic, if a user wants to make configurations specific to that {{eval()}} thread of execution or alter bindings via {{ThreadLocal}}. 



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