[
https://issues.apache.org/jira/browse/ATLAS-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18117624#comment-18117624
]
ASF subversion and git services commented on ATLAS-5410:
--------------------------------------------------------
Commit da58448817c1c10135530d5c303b71f4aa4573a8 in atlas's branch
refs/heads/atlas-2.6 from Nixon Rodrigues
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=da5844881 ]
ATLAS-5410 Fix Entity audit API returns null eventKey for RDBMS backend (#763)
> 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
> Assignee: Nixon Rodrigues
> Priority: Major
> Fix For: 3.0.0, 2.6.0
>
> Attachments: image (6).png, image (7).png
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)