> On Feb. 23, 2015, 6:05 p.m., Alejandro Fernandez wrote: > > ambari-server/conf/unix/ambari.properties, line 72 > > <https://reviews.apache.org/r/31309/diff/1/?file=872986#file872986line72> > > > > 45 mins is a very long time! Is there a way to abort the Install > > operation?
On our local setups, packages are often downloaded from s3 on 150-200kb/s, so 45 minute timeout sounds reasonable, but is discussable of course. Aborting Distribute bits operation is possible via API, but UI does not seem to expose this ability as of now. - Dmitro ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31309/#review73600 ----------------------------------------------------------- On Feb. 23, 2015, 5:53 p.m., Dmitro Lisnichenko wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/31309/ > ----------------------------------------------------------- > > (Updated Feb. 23, 2015, 5:53 p.m.) > > > Review request for Ambari, Alejandro Fernandez, Nate Cole, Tom Beerbower, and > Yusaku Sako. > > > Bugs: AMBARI-9752 > https://issues.apache.org/jira/browse/AMBARI-9752 > > > Repository: ambari > > > Description > ------- > > Implemented new property agent.package.install.task.timeout that defines > default timeout for all tasks that perform package installation. For all > other tasks, value of old property agent.task.timeout is used as a default > value > > > Diffs > ----- > > ambari-server/conf/unix/ambari.properties 29bc3ac > ambari-server/conf/windows/ambari.properties 3f0ed4e > > ambari-server/src/main/java/org/apache/ambari/server/agent/HeartbeatMonitor.java > c8b780b > > ambari-server/src/main/java/org/apache/ambari/server/configuration/Configuration.java > e6f4125 > > ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariCustomCommandExecutionHelper.java > 2679064 > > ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariManagementControllerImpl.java > b9f04f1 > > ambari-server/src/main/java/org/apache/ambari/server/controller/internal/ClusterStackVersionResourceProvider.java > 1c0a896 > > ambari-server/src/main/java/org/apache/ambari/server/controller/internal/HostStackVersionResourceProvider.java > 7101163 > > ambari-server/src/main/java/org/apache/ambari/server/controller/internal/UpgradeResourceProvider.java > 1feb65d > > ambari-server/src/test/java/org/apache/ambari/server/configuration/ConfigurationTest.java > bc02f43 > > Diff: https://reviews.apache.org/r/31309/diff/ > > > Testing > ------- > > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Ambari Views ...................................... SUCCESS [3.913s] > [INFO] Ambari Server ..................................... SUCCESS > [35:37.829s] > [INFO] Ambari Agent ...................................... SUCCESS [17.260s] > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 35:59.918s > [INFO] Finished at: Mon Feb 23 19:45:21 FET 2015 > [INFO] Final Memory: 28M/436M > [INFO] > ------------------------------------------------------------------------ > > > Thanks, > > Dmitro Lisnichenko > >
