[ 
https://issues.apache.org/jira/browse/ATLAS-4464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18085365#comment-18085365
 ] 

ASF subversion and git services commented on ATLAS-4464:
--------------------------------------------------------

Commit f5f00f3da535c53d67b49791610e1875d93e24b0 in atlas's branch 
refs/heads/atlas-4464 from Radhika Kundam
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=f5f00f3da ]

ATLAS-4464: Concurrent ingest implementation


> Ingest: Improve Rate of Ingest
> ------------------------------
>
>                 Key: ATLAS-4464
>                 URL: https://issues.apache.org/jira/browse/ATLAS-4464
>             Project: Atlas
>          Issue Type: Improvement
>          Components:  atlas-core
>    Affects Versions: trunk
>            Reporter: Ashutosh Mestry
>            Assignee: Ashutosh Mestry
>            Priority: Major
>             Fix For: trunk
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> *Background*
> Existing implementation of _NotificationHookConsumer_ has linear complexity 
> for ingestion. This has several impacts:
>  * Authorization policies will take longer to get enforced.
>  * Unpredictable wait times for metadata showing up in Atlas.
> *Solution*
> Implement a mechanism for processing messages such that:
>  * Determine dependencies within incoming messages.
>  * Dependent messages should get processed serially.
>  * Messages without dependencies are processed concurrently.
>  



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

Reply via email to