-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73763/
-----------------------------------------------------------
Review request for ranger, Madhan Neethiraj, Pradeep Agrawal, Ramesh Mani,
Sailaja Polavarapu, and Velmurugan Periasamy.
Bugs: RANGER-3554
https://issues.apache.org/jira/browse/RANGER-3554
Repository: ranger
Description
-------
Multiple tests are executed during the test run, and the flow of the tests is
as follows:-
A set of policies needed for the test are created for a Ranger service.
Tests are run.
All existing policies in the Ranger service are deleted by fetching all
policies in the service, and deleting them one-by-one. Each delete call are
successful.
All policies in the Ranger service are fetched to ensure that no policies are
remaining in the Ranger service.
It is expected that in step 4, no policies are returned. However,
intermittently, step 4 returns policy that is deleted in step 3.
Diffs
-----
security-admin/src/main/java/org/apache/ranger/common/db/RangerTransactionSynchronizationAdapter.java
6c4902b48
Diff: https://reviews.apache.org/r/73763/diff/1/
Testing
-------
Tested with multiple policy create/update/delete Ranger-admin REST calls
followed by searching policies in a cluster.
Thanks,
Abhay Kulkarni