You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Akhil S Naik (JIRA)" <ji...@apache.org> on 2018/12/29 03:39:00 UTC

[jira] [Updated] (AMBARI-25075) Ambari UI shows the region Server in decommissioning stage even though it started and ideally should be green

     [ https://issues.apache.org/jira/browse/AMBARI-25075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Akhil S Naik updated AMBARI-25075:
----------------------------------
    Affects Version/s: 2.7.3

> Ambari UI shows the region Server in decommissioning stage even though it started and ideally should be green
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-25075
>                 URL: https://issues.apache.org/jira/browse/AMBARI-25075
>             Project: Ambari
>          Issue Type: Bug
>    Affects Versions: 2.6.2, 2.7.3
>            Reporter: Akhil S Naik
>            Priority: Major
>
> Ambari UI shows the region Server in the decommissioning stage even though it started and ideally should be green
> When we do the following curl command : 
> curl -u admin:admin -H "X-Requested-By:ambari" -i -X GET http://<AMBARI_HOST>:8080/api/v1/clusters/<CLUSTER_NAME>/hosts/<HOSTNAME>/host_components/HBASE_REGIONSERVER/?fields=*
> The out put says desired state as started and desired_admin_state as inservice. But UI is showing it as decommissioning which is wrong.
> {code:java}
> {
>   "href" : "http://<AMBARI_HOST>:8080/api/v1/clusters/<CLUSTER_NAME>/hosts/<HOSTNAME>/host_components/HBASE_REGIONSERVER/?fields=*",
>   "HostRoles" : {
>     "component_name" : "HBASE_REGIONSERVER",
>     "desired_admin_state" : "INSERVICE",
>     "desired_repository_version" : "3.0.1.0-187",
>     "desired_stack_id" : "HDP-3.0",
>     "desired_state" : "STARTED",
>   },
> {code}
> Discussions for This BUG happened here : https://community.hortonworks.com/questions/232042/ambari-console-showing-wrong-regionserver-status.html



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)