This is an automated email from the ASF dual-hosted git repository.

mehul pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git.


    from 79b0c12  RANGER-2630: Ensure that entity deletes are handled even when 
Atlas sets deleted entity's state as not ACTIVE
     new c76f8ee  RANGER-2594: Improve policy validation performance during 
delete
     new b348291  RANGER-2595: Improve policy delete performance using batch 
delete

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:
 .../model/validation/RangerPolicyValidator.java    |  2 +-
 .../plugin/model/validation/RangerValidator.java   |  9 ++++
 .../apache/ranger/plugin/store/ServiceStore.java   |  2 +
 .../org/apache/ranger/biz/PolicyRefUpdater.java    | 49 ++++------------------
 .../java/org/apache/ranger/biz/ServiceDBStore.java |  5 +++
 .../java/org/apache/ranger/db/XXPolicyDao.java     |  7 ++++
 .../apache/ranger/db/XXPolicyRefAccessTypeDao.java |  8 ++++
 .../apache/ranger/db/XXPolicyRefConditionDao.java  |  8 ++++
 .../ranger/db/XXPolicyRefDataMaskTypeDao.java      |  9 ++++
 .../org/apache/ranger/db/XXPolicyRefGroupDao.java  |  8 ++++
 .../apache/ranger/db/XXPolicyRefResourceDao.java   |  9 ++++
 .../org/apache/ranger/db/XXPolicyRefRoleDao.java   |  8 ++++
 .../org/apache/ranger/db/XXPolicyRefUserDao.java   |  8 ++++
 .../main/resources/META-INF/jpa_named_queries.xml  | 32 ++++++++++++++
 14 files changed, 121 insertions(+), 43 deletions(-)

Reply via email to