-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74694/
-----------------------------------------------------------
Review request for ranger, madhan and Madhan Neethiraj.
Bugs: RANGER-4478
https://issues.apache.org/jira/browse/RANGER-4478
Repository: ranger
Description
-------
This is a follow-up patch for RANGER-4478
(https://reviews.apache.org/r/74680/). This patch removes calls to undoSetup()
during modification of the Trie object because, when the Trie object was copied
from the Trie object for earlier version of policies/tags, the undoSetup() is
called and calling it again will be unnecessary at best.
Diffs
-----
agents-common/src/main/java/org/apache/ranger/plugin/policyengine/RangerResourceTrie.java
61b6a4357
Diff: https://reviews.apache.org/r/74694/diff/1/
Testing
-------
Compiled and ran unit tests successfully.
Tested with a long running cluster with a client updating Hive policies
frequenty and Hive queries issued from a beeline client.
Thanks,
Abhay Kulkarni