[ 
https://issues.apache.org/jira/browse/AMBARI-12537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15018720#comment-15018720
 ] 

Hudson commented on AMBARI-12537:
---------------------------------

FAILURE: Integrated in Ambari-branch-2.1 #907 (See 
[https://builds.apache.org/job/Ambari-branch-2.1/907/])
AMBARI-12537. Blueprints Cluster configuration task thread should not 
(rnettleton: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=2e96a5d5a03751bea0a8f4942e80672a50db4712])
* 
ambari-server/src/main/java/org/apache/ambari/server/topology/TopologyManager.java
* 
ambari-server/src/test/java/org/apache/ambari/server/topology/TopologyManagerTest.java
* 
ambari-server/src/test/java/org/apache/ambari/server/topology/AsyncCallableServiceTest.java
* 
ambari-server/src/test/java/org/apache/ambari/server/topology/ConfigureClusterTaskTest.java
* 
ambari-server/src/main/java/org/apache/ambari/server/topology/AsyncCallableService.java


> Blueprints Cluster configuration task thread should not wait indefinitely
> -------------------------------------------------------------------------
>
>                 Key: AMBARI-12537
>                 URL: https://issues.apache.org/jira/browse/AMBARI-12537
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.1.1
>            Reporter: Robert Nettleton
>            Assignee: Laszlo Puskas
>            Priority: Critical
>             Fix For: 2.1.3
>
>         Attachments: AMBARI-12537.v8.patch
>
>
> There are a few instances of a threading pattern in the Blueprints 
> configuration processor that should be modified slightly to avoid an 
> indefinite wait in the case of an error condition. 
> The TopologyManager.ClusterConfigureTask demonstrates this problem, where a 
> thread will sleep repeatedly, and then loop infinitely if a condition is not 
> reached.  
> In the error scenario, this could potentially keep the thread running 
> indefinitely, which is a waste of resources.  
> The TopologyManager.ClusterConfigureTask, and perhaps other scenarios like 
> this in Blueprints as well, should be modified to include some kind of 
> timeout on these waiting threads.  If the condition is not met within a 
> reasonable amount of time, the thread should log that condition and exit.   
> Leaving the thread to execute indefinitely for a condition that will never be 
> met is wasting resources, and should be addressed.  
> This configuration timeout may need to be configurable as well, since 
> different cluster sizes will have different timing issues.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to