-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72140/
-----------------------------------------------------------
Review request for ranger.
Bugs: RANGER-2731
https://issues.apache.org/jira/browse/RANGER-2731
Repository: ranger
Description
-------
BaseDao.batchCreate uses the property ranger.jpa.jdbc.batch-clear.size instead
of the correct property, ranger.jpa.jdbc.batch-persist.size
Diffs
-----
security-admin/src/main/java/org/apache/ranger/common/db/BaseDao.java
98837fe38
Diff: https://reviews.apache.org/r/72140/diff/1/
Testing
-------
Tested end-to-end, verified that correct batch size property is now used.
Thanks,
Andrew Luo