----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48330/#review136795 -----------------------------------------------------------
Ship it! Ship It! - DIPAYAN BHOWMICK On June 7, 2016, 9:35 a.m., Nitiraj Rathore wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/48330/ > ----------------------------------------------------------- > > (Updated June 7, 2016, 9:35 a.m.) > > > Review request for Ambari, DIPAYAN BHOWMICK, Gaurav Nagar, Pallav > Kulshreshtha, Rohit Choudhary, and Ashwin Rajeev. > > > Bugs: AMBARI-17085 > https://issues.apache.org/jira/browse/AMBARI-17085 > > > Repository: ambari > > > Description > ------- > > Earlier : The error occurs because of incorrect critical section > implementation in DataStoreImpl.java. initialized= true was set even before > actual initialization. > > In this patch : > The location of initialized variable is set after actual initialization. > > > Diffs > ----- > > > ambari-server/src/main/java/org/apache/ambari/server/view/persistence/DataStoreImpl.java > 039fd6f > > Diff: https://reviews.apache.org/r/48330/diff/ > > > Testing > ------- > > Manual testing done. > > > Thanks, > > Nitiraj Rathore > >
