----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72416/ -----------------------------------------------------------
(Updated April 22, 2020, 3:51 p.m.) Review request for ranger, Ankita Sinha, Gautam Borad, Abhay Kulkarni, Mehul Parikh, Pradeep Agrawal, and Velmurugan Periasamy. Changes ------- upgraded patch with handling group/user association in finally block Repository: ranger Description ------- Create role with non-existing group/user failing due to concurrent threads Diffs (updated) ----- security-admin/src/main/java/org/apache/ranger/biz/RoleRefUpdater.java bb68e32a2 Diff: https://reviews.apache.org/r/72416/diff/2/ Changes: https://reviews.apache.org/r/72416/diff/1-2/ Testing ------- Testcase When multiple request send for role creation at same time with same group/user name. One of role creation may get failed due to two or more threads try to create same group. Thanks, Dineshkumar Yadav
