[
https://issues.apache.org/jira/browse/AMBARI-25025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16778323#comment-16778323
]
Hudson commented on AMBARI-25025:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #10471 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/10471/])
AMBARI-25025. Duplicate kerberos_descriptor name reported as HTTP 500
(vishalsuvagia:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=081a38952ce92a6373d84da412b1a342b76e3c52])
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/KerberosDescriptorResourceProviderTest.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/orm/entities/KerberosDescriptorEntity.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/KerberosDescriptorResourceProvider.java
> Duplicate kerberos_descriptor name reported as HTTP 500
> -------------------------------------------------------
>
> Key: AMBARI-25025
> URL: https://issues.apache.org/jira/browse/AMBARI-25025
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Reporter: Doroszlai, Attila
> Assignee: Doroszlai, Attila
> Priority: Minor
> Labels: pull-request-available
> Fix For: 2.8.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Duplicate {{kerberos_descriptor}} name is reported as HTTP 500 Server Error.
> It should result in HTTP 409 Conflict.
> {noformat}
> $ curl -X POST -d @metrics_descriptor.json
> "http://${AMBARI_SERVER}:8080/api/v1/kerberos_descriptors/metrics_descriptor"
> HTTP/1.1 201 Created
> $ curl -X POST -d @metrics_descriptor.json
> "http://${AMBARI_SERVER}:8080/api/v1/kerberos_descriptors/metrics_descriptor"
> HTTP/1.1 500 Server Error
> ...
> Detail: Key (kerberos_descriptor_name)=(metrics_descriptor) already exists.
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)