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

Review request for ranger, Dineshkumar Yadav, Kishor Gollapalliwar, Abhay 
Kulkarni, Madhan Neethiraj, Mehul Parikh, Pradeep Agrawal, Ramesh Mani, sanket 
shelar, Sailaja Polavarapu, and Velmurugan Periasamy.


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


Repository: ranger


Description
-------

Currently there are different type like (Policy, Role, Tag, UserStore and GDS) 
on plugin status.

when we have plugins(large enough to accommodate in single page), It will be 
helpful to identify any out-of-sync plugins based on download times, sorting 
them by policyDownloadTime, tagDownloadTime, roleDownloadTime, 
userstoreDownloadTime and gdsDownloadTime.


Diffs
-----

  
agents-common/src/main/java/org/apache/ranger/plugin/model/RangerPluginInfo.java
 6d3d17d9e 
  security-admin/db/mysql/optimized/current/ranger_core_db_mysql.sql fa72ef2ea 
  security-admin/db/mysql/patches/073-create-view-plugin-info.sql PRE-CREATION 
  security-admin/db/oracle/optimized/current/ranger_core_db_oracle.sql 
772514610 
  security-admin/db/oracle/patches/067-create-view-plugin-info.sql PRE-CREATION 
  security-admin/db/postgres/optimized/current/ranger_core_db_postgres.sql 
e177d44d7 
  security-admin/db/postgres/patches/073-create-view-plugin-info.sql 
PRE-CREATION 
  
security-admin/db/sqlanywhere/optimized/current/ranger_core_db_sqlanywhere.sql 
32cfed7ae 
  security-admin/db/sqlanywhere/patches/067-create-view-plugin-info.sql 
PRE-CREATION 
  security-admin/db/sqlserver/optimized/current/ranger_core_db_sqlserver.sql 
831aad66d 
  security-admin/db/sqlserver/patches/067-create-view-plugin-info.sql 
PRE-CREATION 
  security-admin/src/main/java/org/apache/ranger/entity/XXPluginInfo.java 
a15d8d056 
  
security-admin/src/main/java/org/apache/ranger/service/RangerPluginInfoService.java
 9dc26ceb7 


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


Testing
-------

I have verified that new columns have been successfully added to the 
x_plugin_info table(for fresh installment), through which we can now sort by 
event(Download,Activation).
I have tested and confirmed that data can be inserted into these new columns in 
upgrade scenario, through which we can now use them for sorting the data based 
on events(Download,Activation).


Thanks,

Rakesh Gupta

Reply via email to