Michael Dürig created OAK-1052:
----------------------------------
Summary: Introduce execution context for executing queries
Key: OAK-1052
URL: https://issues.apache.org/jira/browse/OAK-1052
Project: Jackrabbit Oak
Issue Type: Improvement
Components: core
Reporter: Michael Dürig
In OAK-1037 we found that each query execution results in multiple calls to
{{AbstractRoot.getRootState}}. This might lead to breaking an invariant of the
query engine, which probably assumes that the returned node state is the same
during the course of a query. To prevent this I suggest to introduce an
execution context, which provides a stable state for a query execution.
--
This message was sent by Atlassian JIRA
(v6.1#6144)