-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/36095/
-----------------------------------------------------------
Review request for Ambari, Alejandro Fernandez and Sid Wagle.
Bugs: AMBARI-12233
https://issues.apache.org/jira/browse/AMBARI-12233
Repository: ambari
Description
-------
Custom actions do not allow max time out higher than 10 minutes. The code was
hard-coding an upper limit as run-away custom actions could hold othe
operations. However, its better to rely on the max limit config from
ambari-server properties.
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariActionExecutionHelper.java
1e1001c
ambari-server/src/main/java/org/apache/ambari/server/customactions/ActionDefinitionManager.java
e058ce7
ambari-server/src/test/java/org/apache/ambari/server/controller/AmbariManagementControllerTest.java
5ee2016
Diff: https://reviews.apache.org/r/36095/diff/
Testing
-------
Ran unit tests and manually tested with different timeout values.
Thanks,
Sumit Mohanty