-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51239/
-----------------------------------------------------------
Review request for ranger, Ankita Sinha, Don Bosco Durai, Gautam Borad, Abhay
Kulkarni, Madhan Neethiraj, Mehul Parikh, Ramesh Mani, Selvamohan Neethiraj,
Sailaja Polavarapu, and Velmurugan Periasamy.
Bugs: RANGER-1156
https://issues.apache.org/jira/browse/RANGER-1156
Repository: ranger
Description
-------
**Problem Statement: ** Audit migration script from DB to Solr cloud failing as
connection to solr cloud server getting closed before start of migration
process.
**Proposed Solution: **
Moved the close connection statement after the code block of migration process.
Diffs
-----
security-admin/src/main/java/org/apache/ranger/patch/cliutil/DbToSolrMigrationUtil.java
283f44f
Diff: https://reviews.apache.org/r/51239/diff/
Testing
-------
1) Tested and validated migration of DB audit logs from DB to simple solr cloud.
2) Tested and validated migration of DB audit logs from DB to secured solr
cloud.
Thanks,
Pradeep Agrawal