Xiaojian Zhou created GEODE-8764: ------------------------------------ Summary: Lucene Functions should request data read permission only on the specified region Key: GEODE-8764 URL: https://issues.apache.org/jira/browse/GEODE-8764 Project: Geode Issue Type: Bug Reporter: Xiaojian Zhou
GEODE-6930 changed the lucene functions' permission from ALL to only requiring DATA_READ. But it did not specified region. So it's actually requesting DATA_READ on all the regions. This definitely over requested. The lucene functions only need DATA_READ permission on specified region. -- This message was sent by Atlassian Jira (v8.3.4#803005)