Nixon Rodrigues created ATLAS-5410:
--------------------------------------

             Summary: Entity audit API returns null eventKey for RDBMS backend; 
UI shows same audit on expand
                 Key: ATLAS-5410
                 URL: https://issues.apache.org/jira/browse/ATLAS-5410
             Project: Atlas
          Issue Type: Bug
          Components:  atlas-core
            Reporter: Nixon Rodrigues
             Fix For: 3.0.0, 2.6.0
         Attachments: image (6).png, image (7).png

On entity detail → Audit tab, expanding different audit rows can show the same 
audit details. The REST API can return {{"eventKey": null}} for every event 
while {{entityId}} is identical across rows.

Example

{{GET 
/api/atlas/v2/entity/\{guid}/audit?offset=0&count=25&sortBy=timestamp&sortOrder=desc}}

Observed (before fix):
 
{code:java}
 {   "entityId": "66d282eb-87c3-44fa-87b7-72d92ff51bf4",   "timestamp": 
1789643097702,   "action": "ENTITY_UPDATE",   "eventKey": null,   ...   } {code}
 
 
All rows share the same {{{}entityId{}}}; {{eventKey}} is null for each row. 
!image (7).png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to