-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/29324/
-----------------------------------------------------------
Review request for Ambari, Dmytro Sen and Nate Cole.
Bugs: AMBARI-8868
https://issues.apache.org/jira/browse/AMBARI-8868
Repository: ambari
Description
-------
PUT /api/v1/clusters/y1/host_components?HostRoles/state=INSTALLED
Form Data:
{"RequestInfo":{"context":"Install
Components","operation_level":{"level":"CLUSTER","cluster_name":"y1"}},"Body":{"HostRoles":
{"state":"INSTALLED"}
}}
Server response:
{ "status" : 400, "message" : "java.lang.IllegalArgumentException: Invalid
arguments, cluster name, component name and host name should be provided" }
I saw another failure pattern where the same call returns 500.
Please try testing this scenario end to end with the UI.
You can just do a single node install and force invoke failure by renaming
/var/lib/ambari-agent dir, for example.
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/HostComponentResourceProvider.java
47d3f70
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/HostComponentResourceProviderTest.java
0ffc6e1
Diff: https://reviews.apache.org/r/29324/diff/
Testing
-------
in progress
Thanks,
Dmitro Lisnichenko