> On May 29, 2020, 9:41 a.m., Pradeep Agrawal wrote: > > security-admin/src/main/java/org/apache/ranger/biz/PolicyRefUpdater.java > > Line 180 (original), 197 (patched) > > <https://reviews.apache.org/r/72555/diff/1/?file=2233512#file2233512line197> > > > > It seems patch does not cover code for role creation. is that already > > being handdled.
role creation was already handled - Dineshkumar ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72555/#review220914 ----------------------------------------------------------- On May 29, 2020, 11:13 a.m., Dineshkumar Yadav wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/72555/ > ----------------------------------------------------------- > > (Updated May 29, 2020, 11:13 a.m.) > > > Review request for ranger, Ankita Sinha, Gautam Borad, Abhay Kulkarni, Mehul > Parikh, Pradeep Agrawal, Vishal Suvagia, and Velmurugan Periasamy. > > > Repository: ranger > > > Description > ------- > > When we try to create multiple policy using API having same non existing > group. Group creation is failing due to multiple thread tired to create same > group at time. > > > Diffs > ----- > > security-admin/src/main/java/org/apache/ranger/biz/PolicyRefUpdater.java > f978d5dfc > > > Diff: https://reviews.apache.org/r/72555/diff/2/ > > > Testing > ------- > > Testcase > Create multiple policy using API, different policy includes same group. > > After patch policy and non existing group created successful. > > > Thanks, > > Dineshkumar Yadav > >
