> On April 11, 2016, 6:32 p.m., Alejandro Fernandez wrote: > > ambari-agent/src/main/python/ambari_agent/ActionQueue.py, line 163 > > <https://reviews.apache.org/r/46000/diff/1/?file=1338572#file1338572line163> > > > > What was failing because of these multiple threads?
Parallel start/stop of components. - Sumit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46000/#review128196 ----------------------------------------------------------- On April 11, 2016, 4:27 a.m., Sumit Mohanty wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/46000/ > ----------------------------------------------------------- > > (Updated April 11, 2016, 4:27 a.m.) > > > Review request for Ambari, Sandor Magyari and Sebastian Toader. > > > Bugs: AMBARI-15795 > https://issues.apache.org/jira/browse/AMBARI-15795 > > > Repository: ambari > > > Description > ------- > > Parallel execution should only be allowed on commands that have auto retry > enabled > > > Diffs > ----- > > ambari-agent/src/main/python/ambari_agent/ActionQueue.py 4d4103e > ambari-agent/src/test/python/ambari_agent/TestActionQueue.py 466c3a8 > > Diff: https://reviews.apache.org/r/46000/diff/ > > > Testing > ------- > > mvn test against ambari-agent passed. New unit tests added. > > > Thanks, > > Sumit Mohanty > >
