You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Qinghe Jin (JIRA)" <ji...@apache.org> on 2014/08/04 13:36:12 UTC

[jira] [Created] (AMBARI-6727) Start all services failed if all hosts in cluster is just restarted

Qinghe Jin created AMBARI-6727:
----------------------------------

             Summary: Start all services failed if all hosts in cluster is just restarted
                 Key: AMBARI-6727
                 URL: https://issues.apache.org/jira/browse/AMBARI-6727
             Project: Ambari
          Issue Type: Bug
    Affects Versions: 1.6.0
            Reporter: Qinghe Jin


When restarted all hosts in a cluster,  start all services failed for the first time. Each time, I need one or 2 times of retry if I want to start all the services in the cluster to make sure that all the services are up.

I start all the services using following command:

curl -H  "X-Requested-By: ambari" -X PUT -d "@cluster_start" --user "admin:admin" -i http://ambari-server:8080/api/v1/clusters/cluster/services?params/run_smoke_test=true
{"RequestInfo": {"context" :"_PARSE_.START.ALL_SERVICES"}, "Body": {"ServiceInfo": {"state": "STARTED"}}}

Mostly, the failed msg happened on service check.



--
This message was sent by Atlassian JIRA
(v6.2#6252)