Dan Smith created GEODE-2538: -------------------------------- Summary: Lucene query with values should not invoke cache loader Key: GEODE-2538 URL: https://issues.apache.org/jira/browse/GEODE-2538 Project: Geode Issue Type: Improvement Components: lucene Reporter: Dan Smith
Lucene queries use getAll to fetch pages when returning values. If an entry is destroyed after the query has found the list of keys, but before the query finds the values, the getAll with trigger a cache loader and reload the value. This may be unexpected behavior. -- This message was sent by Atlassian JIRA (v6.3.15#6346)