You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Apoorv Naik (JIRA)" <ji...@apache.org> on 2016/08/29 23:34:20 UTC

[jira] [Created] (ATLAS-1144) After updating/creating a set of entities, response contains the first entity definition only

Apoorv Naik created ATLAS-1144:
----------------------------------

             Summary: After updating/creating a set of entities, response contains the first entity definition only
                 Key: ATLAS-1144
                 URL: https://issues.apache.org/jira/browse/ATLAS-1144
             Project: Atlas
          Issue Type: Bug
            Reporter: Apoorv Naik


Version: Atlas 0.7

Steps to recreate:
Create two entities (POST /entities) and note guid1 and guid2 that get generated.
Update these entities in the same PUT /entities and response contains (truncated for convenience):

{
  "requestId": "...",
  "GUID": [
    "guid1",
    "guid2"
  ],
  "definition": "{......*\"id\":\"guid1\"*,....}
}

{color:red}Issue: definition does not contain the data for second entity.{color}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)