[
https://issues.apache.org/jira/browse/ATLAS-3568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17001088#comment-17001088
]
ASF subversion and git services commented on ATLAS-3568:
--------------------------------------------------------
Commit bcf3866d20dd7f5cb8c8eabd7b26410e09920033 in atlas's branch
refs/heads/branch-2.0 from Saqeeb Shaikh
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=bcf3866 ]
ATLAS-3568: Performance improvements in writing audit logs
Signed-off-by: Sarath Subramanian <[email protected]>
(cherry picked from commit fb9f1e96e2dbd1588b2be4f8a63854a2e913dc1e)
> Performance improvements in writing audit logs
> ----------------------------------------------
>
> Key: ATLAS-3568
> URL: https://issues.apache.org/jira/browse/ATLAS-3568
> Project: Atlas
> Issue Type: Improvement
> Components: atlas-core
> Affects Versions: 2.0.0
> Reporter: Saqeeb Shaikh
> Assignee: Saqeeb Shaikh
> Priority: Major
> Attachments: ATLAS-3568.001.patch
>
>
> Atlas server generates audit logs on changes to entities - like add/remove
> classifications, entity attribute updates, etc. Add/remove of classifications
> to an entity can result in multiple entities to be updated due to
> tag-propagation. In such cases, the time taken to create audit logs can be
> reduced by writing audits for all updated entities in one call to the audit
> store, instead of current implementation that writes audit logs for one
> entity at a time.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)