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

Review request for ranger, Don Bosco Durai, Gautam Borad, Abhay Kulkarni, 
Madhan Neethiraj, Pradeep Agrawal, Ramesh Mani, Selvamohan Neethiraj, and 
Velmurugan Periasamy.


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


Repository: ranger


Description
-------

Audit to Solr fails to log when the number of columns are in large number. This 
is due to Solr has a hard limit on solr.StrField and if this string is 
exceeding max length 32766, it throws exception which causes the audit to fail. 
To overcome this we need to trip this in Audit records and the best place to do 
it is in solr schema for ranger-audits.

For this we need to change the file managed_schema in ranger and commit it to 
zookeeper.
Change required in the managed_schema file is, find the following in the 
managed_schema file and add this param to limit the length to 2500 max.


Diffs
-----

  security-admin/contrib/solr_for_audit_setup/conf/managed-schema ee1d894 


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


Testing
-------

1.Tested Ranger installation
2.Junit test was successful


Thanks,

Fatima Khan

Reply via email to