Srikanth Janardhan created AMBARI-21551:
-------------------------------------------
Summary: Restart due to Stale configurations leads to an internal
system exception
Key: AMBARI-21551
URL: https://issues.apache.org/jira/browse/AMBARI-21551
Project: Ambari
Issue Type: Bug
Components: ambari-server
Affects Versions: 2.5.2
Reporter: Srikanth Janardhan
Assignee: Dmytro Sen
Priority: Critical
Fix For: 2.5.2
In build #116, while performing RBAC API tests, found the following:
POST call:
{code}
http://172.27.58.213:8080/api/v1/clusters/cl1/requests
{"RequestInfo":{"command":"RESTART","context":"Restart all required
services","operation_level":"host_component"},"Requests/resource_filters":[{"hosts_predicate":"HostRoles/stale_configs=true"}]}
{code}
Returns:
{code}
{
"status" : 500,
message" : "An internal system exception occurred: Command execution cannot
proceed without a resource filter."
}
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)