-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73799/
-----------------------------------------------------------
Review request for ranger, Madhan Neethiraj, Ramesh Mani, and Velmurugan
Periasamy.
Bugs: RANGER-3584
https://issues.apache.org/jira/browse/RANGER-3584
Repository: ranger
Description
-------
When incremental tags computation is enabled, instead of loading all
ServiceTags from database, only the changes from previous known tag-version are
loaded and applied to current ServiceTags. This computation is not done
currently in some cases and resulting ServiceTags does not contain information
about the newly added tags.
Diffs
-----
agents-common/src/main/java/org/apache/ranger/plugin/util/RangerServiceTagsDeltaUtil.java
088b2b8d6
Diff: https://reviews.apache.org/r/73799/diff/1/
Testing
-------
Compiled and ran all unit tests successfully.
Thanks,
Abhay Kulkarni