[
https://issues.apache.org/jira/browse/RANGER-4130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Madhan Neethiraj updated RANGER-4130:
-------------------------------------
Fix Version/s: 3.0.0
2.5.0
> Improve performance of event processing in agsync by optimizing number of
> commits to Kafka broker
> --------------------------------------------------------------------------------------------------
>
> Key: RANGER-4130
> URL: https://issues.apache.org/jira/browse/RANGER-4130
> Project: Ranger
> Issue Type: Improvement
> Components: tagsync
> Reporter: Abhay Kulkarni
> Assignee: Abhay Kulkarni
> Priority: Major
> Fix For: 3.0.0, 2.5.0
>
>
> tagsync, currently, commits to Kafka every handled event after successfully
> uploading to Ranger admin. The commits are synchronous and may impose
> performance penalty.
> This Jira is to update event handling in tagsync by optmizing on the commits
> to Kafka while reducing the chances of Kafka delivering same message multiple
> times to tagsync.
> This Jira also fixes a potential issue if the Kafka queue contains only a
> large number of notifications not handled by tagsync. In such cases, tagsync
> does not do any commit to kafka, and that may cause back-pressure on Kafka
> queue.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)