-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/33189/
-----------------------------------------------------------
Review request for ranger, Don Bosco Durai, dilli dorai, Gautam Borad, Ramesh
Mani, Selvamohan Neethiraj, and Velmurugan Periasamy.
Bugs: RANGER-396
https://issues.apache.org/jira/browse/RANGER-396
Repository: ranger
Description
-------
Instead of updating RangerService object as a whole (which requires data from
x_service and x_service_config_map tables), update is now done only to
x_service table - this is more efficient and also wouldn't require validation
of configs (as these are not changed).
Also updated the method used by the plugins to look for policy changes in a
service to read only at x_service table content.
Diffs
-----
security-admin/src/main/java/org/apache/ranger/biz/ServiceDBStore.java
239723a
Diff: https://reviews.apache.org/r/33189/diff/
Testing
-------
Verified that policy create/update/delete complete successfully without
reporting errors. Verified that policy download by the plugins work as expected.
Thanks,
Madhan Neethiraj