[
https://issues.apache.org/jira/browse/ATLAS-5187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18056624#comment-18056624
]
ASF subversion and git services commented on ATLAS-5187:
--------------------------------------------------------
Commit 3d9edb34d2e7b7719c3c7f411dfd9ae09a3001ba in atlas's branch
refs/heads/atlas-2.5 from Pinal Shah
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=3d9edb34d ]
ATLAS-5187: Fix audit related issues when rdbms backend is selected (#498)
(cherry picked from commit ff6e161dc3226be9a2d83370195e2c5a916c1c11)
> Fix audit related issues when rdbms backend is selected
> -------------------------------------------------------
>
> Key: ATLAS-5187
> URL: https://issues.apache.org/jira/browse/ATLAS-5187
> Project: Atlas
> Issue Type: Bug
> Components: atlas-core
> Reporter: Pinal Shah
> Assignee: Pinal Shah
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> This Jira is to fix below issues related to audits, when rdbms backend is
> selected
> * Audit aging is not working
> * Null pointer while listing audits without action
> {code:java}
> ERROR org.apache.atlas.web.resources.EntityResource: Unable to get audit
> events for entity guid=0dc5fe7b-3aea-4057-83b7-7c12cbd10578 startKey=null
> org.apache.atlas.exception.AtlasBaseException: Error while retrieving audit
> events at
> org.apache.atlas.repository.audit.rdbms.RdbmsBasedAuditRepository.listEventsV2(RdbmsBasedAuditRepository.java:84)
> {code}
> * Audits doesn't gets sorted through 'user' or 'action'
--
This message was sent by Atlassian Jira
(v8.20.10#820010)