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)