This is an automated email from the ASF dual-hosted git repository.
madhan pushed a change to branch RANGER-3923
in repository https://gitbox.apache.org/repos/asf/ranger.git
from d5115581d Merge branch 'master' into RANGER-3923
new 51ecff4e1 RANGER-4302: caching of ServiceGdsInfo in Ranger admin using
RangerCache implementation
new 6e3c22bd3 RANGER-4558: fixed validation for create/update of
shared-resources in a dataShare
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../ranger/plugin/util/AutoClosableLock.java | 29 ++
.../org/apache/ranger/plugin/util/RangerCache.java | 370 ++++++++++++++++
.../apache/ranger/plugin/util/RangerCacheTest.java | 487 +++++++++++++++++++++
.../java/org/apache/ranger/biz/GdsDBStore.java | 145 +-----
.../apache/ranger/common/ServiceGdsInfoCache.java | 290 ++++++++++++
.../ranger/util/RangerCacheDBValueLoader.java | 62 +++
.../ranger/validation/RangerGdsValidator.java | 14 +-
7 files changed, 1256 insertions(+), 141 deletions(-)
create mode 100644
agents-common/src/main/java/org/apache/ranger/plugin/util/RangerCache.java
create mode 100644
agents-common/src/test/java/org/apache/ranger/plugin/util/RangerCacheTest.java
create mode 100644
security-admin/src/main/java/org/apache/ranger/common/ServiceGdsInfoCache.java
create mode 100644
security-admin/src/main/java/org/apache/ranger/util/RangerCacheDBValueLoader.java