Ayub Pathan created ATLAS-2636:
----------------------------------

             Summary: Business catalog: Creating a glossary with incorrect 
GUID, fails first time. When the same request with the same payload returns 
"409 conflict" saying "Glossary category with qualifiedName category1 already 
exists"
                 Key: ATLAS-2636
                 URL: https://issues.apache.org/jira/browse/ATLAS-2636
             Project: Atlas
          Issue Type: Bug
          Components:  atlas-core
    Affects Versions: 1.0.0
            Reporter: Ayub Pathan
             Fix For: 1.0.0


* Create a category with below payload, this will fail with 500 internal error.
{noformat}
{
  "qualifiedName": "category1",
  "displayName": "Bank accounts",
  "anchor": {
        "glossaryGuid": "-1"
  }
}
{noformat}
* Repeat the same request again, now atlas throws below error
{noformat}
{
    "errorCode": "ATLAS-409-00-00A",
    "errorMessage": "Glossary category with qualifiedName category1 already 
exists"
}
{noformat}

Does this mean, the first request succeeded to register the category?




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

Reply via email to