-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74124/
-----------------------------------------------------------
(Updated Sept. 27, 2022, 6:13 p.m.)
Review request for ranger, Madhan Neethiraj, Ramesh Mani, Sailaja Polavarapu,
and Velmurugan Periasamy.
Changes
-------
Addressed review comment
Bugs: RANGER-3913
https://issues.apache.org/jira/browse/RANGER-3913
Repository: ranger
Description
-------
When evaluating resource matching for a path-type resource in a recursive
policy containing wildcards, several calls may be made to Hadoop library
function FilenameUtils.wildcardMatch(). These calls may be expensive and
minimizing such calls may help improve policy evaluation performance.
Diffs (updated)
-----
agents-common/src/main/java/org/apache/ranger/plugin/resourcematcher/RangerPathResourceMatcher.java
a95b1f73f
Diff: https://reviews.apache.org/r/74124/diff/2/
Changes: https://reviews.apache.org/r/74124/diff/1-2/
Testing
-------
Compiled clean, ran all unit tests successfully.
Thanks,
Abhay Kulkarni