You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by Abhay Kulkarni <ak...@hortonworks.com> on 2020/06/09 18:50:42 UTC

Re: Review Request 72573: RANGER-2839: Assorted improvements for debugging and handling of thread terminations, clean-up of unused data, etc - Part 2

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72573/
-----------------------------------------------------------

(Updated June 9, 2020, 6:50 p.m.)


Review request for ranger and Madhan Neethiraj.


Bugs: RANGER-2839
    https://issues.apache.org/jira/browse/RANGER-2839


Repository: ranger


Description
-------

This patch fixes two issues:
1. Logging messages and logging levels are inappropriate
2. If security-zones are present:
       a. ServicePolicies do not contain service-configs
       b. If incremental policy downloads are enabled and only tag policies are changed, ServicePolicies do not represent that information correctly.


Diffs
-----

  agents-common/src/main/java/org/apache/ranger/plugin/contextenricher/RangerTagEnricher.java 20ea5113c 
  agents-common/src/main/java/org/apache/ranger/plugin/contextenricher/RangerUserStoreRefresher.java 4a9a5b3ce 
  agents-common/src/main/java/org/apache/ranger/plugin/util/PolicyRefresher.java 497485b2d 
  security-admin/src/main/java/org/apache/ranger/biz/RangerPolicyAdminCache.java 681698db8 


Diff: https://reviews.apache.org/r/72573/diff/1/


Testing (updated)
-------

Tested with incremental policy downloads enabled and with multiple security zones for a Hive service.


Thanks,

Abhay Kulkarni