Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.5.0
-
None
Description
This happens as FE includes client components while issuing start all host components call and client does not have STARTED as desired state.
Request: URL:http://162.216.149.63:8080/api/v1/clusters/mirror1/hosts/yusakum1-3.c.pramod-thangali.internal/host_components Form Data: {"RequestInfo":{"context":"Start All Host Components","query":"HostRoles/component_name.in(DATANODE,FALCON_CLIENT,GANGLIA_MONITOR,HBASE_CLIENT,HBASE_REGIONSERVER,HCAT,HDFS_CLIENT,HIVE_CLIENT,MAPREDUCE2_CLIENT,NODEMANAGER,OOZIE_CLIENT,PIG,SQOOP,SUPERVISOR,TEZ_CLIENT,YARN_CLIENT,ZOOKEEPER_CLIENT,ZOOKEEPER_SERVER)"},"Body":{"HostRoles":{"state":"STARTED"}}} Response: { "status" : 400, "message" : "java.lang.IllegalArgumentException: Invalid desired state for a client component" }
Note: "Stop All" call should not have client components, either.
We need to make sure that the client components are included for "Restart All" call.