You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2019/01/31 15:56:00 UTC

[jira] [Commented] (AMBARI-25136) Scale hosts ignores rack_info

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

Hudson commented on AMBARI-25136:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-branch-2.6 #713 (See [https://builds.apache.org/job/Ambari-branch-2.6/713/])
AMBARI-25136. Scale hosts ignores rack_info (#2800) (github: [https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=cde0c47195b723d0bc211c22dacf8c450d865111])
* (edit) ambari-server/src/main/java/org/apache/ambari/server/controller/internal/ScaleClusterRequest.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/controller/internal/ScaleClusterRequestTest.java


> Scale hosts ignores rack_info
> -----------------------------
>
>                 Key: AMBARI-25136
>                 URL: https://issues.apache.org/jira/browse/AMBARI-25136
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.6.0
>            Reporter: Doroszlai, Attila
>            Assignee: Doroszlai, Attila
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> The following request is accepted by Ambari, but the new host is assigned to {{/default-rack}}:
> {noformat}
> $ curl -X POST -d @- "http://${AMBARI_SERVER}:8080/api/v1/clusters/TEST/hosts" <<EOF
> [
>     {
>         "blueprint": "blue",
>         "host_group": "node",
>         "host_name": "c7402.ambari.apache.org",
>         "rack_info": "/rack/a"
>     }
> ]
> EOF
> {noformat}



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