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

Hudson commented on AMBARI-23021:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #8831 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/8831/])
AMBARI-23021. ServiceInfo: credential_store_supported attempts to (github: 
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=048bfd54d025bb9651c4067e357f3ffe031970eb])
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/ServiceResourceProvider.java


> ServiceInfo: credential_store_supported attempts to overwrite 
> maintenance_state
> -------------------------------------------------------------------------------
>
>                 Key: AMBARI-23021
>                 URL: https://issues.apache.org/jira/browse/AMBARI-23021
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.5.0
>            Reporter: Doroszlai, Attila
>            Assignee: Doroszlai, Attila
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 2.7.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Try to update {{credential_store_supported}} property of a service:
> {noformat}
> $ curl -X PUT -d @- 
> "http://$AMBARI_SERVER:8080/api/v1/clusters/TEST/services/HDFS"; <<EOF
> { "ServiceInfo": { "credential_store_supported": "true" } }
> EOF
> HTTP/1.1 400 Bad Request
> ...
>   "message" : "java.lang.IllegalArgumentException: No enum constant 
> org.apache.ambari.server.state.MaintenanceState.true"
> {noformat}
> Expected response:
> {{IllegalArgumentException: Invalid arguments, cannot update 
> credential_store_supported as it is set only via service definition.}}
> The response code is the same as expected due to a coincidence.
> The problem is setting the wrong property:
> {noformat}
>  414     o = properties.get(SERVICE_CREDENTIAL_STORE_SUPPORTED_PROPERTY_ID);
>  415     if (null != o) {
>  416       svcRequest.setMaintenanceState(o.toString());
>  417     }
> {noformat}



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

Reply via email to