-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67178/#review203307
-----------------------------------------------------------


Fix it, then Ship it!





tagsync/src/main/java/org/apache/ranger/tagsync/source/atlas/AtlasTagSource.java
Lines 233 (patched)
<https://reviews.apache.org/r/67178/#comment285415>

    lines #233 - #243 should go outside 'if' block that starts at #224, so that 
the message will be committed even if notification is null.


- Madhan Neethiraj


On May 17, 2018, 1:41 a.m., Abhay Kulkarni wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/67178/
> -----------------------------------------------------------
> 
> (Updated May 17, 2018, 1:41 a.m.)
> 
> 
> Review request for ranger and Madhan Neethiraj.
> 
> 
> Bugs: RANGER-2104
>     https://issues.apache.org/jira/browse/RANGER-2104
> 
> 
> Repository: ranger
> 
> 
> Description
> -------
> 
> Tagsync may receive a large number of ENTITY_UPDATE events when used in a 
> large EDW environment. If an update entity is not associated with any tags 
> (aka traits, classifications), then this event does not have material impact 
> on the resource->tag associations in the Ranger, and therefore, can be safely 
> dropped. Processing such event adds processing overhead to tagsync, 
> ranger-admin and network, and also causes ranger-admin database to be 
> populated with service-resource that is not tagged and is not needed for 
> access evaluation.
> 
> 
> Diffs
> -----
> 
>   pom.xml c7632bac9 
>   src/main/assembly/tagsync.xml 0b17151b9 
>   
> tagsync/src/main/java/org/apache/ranger/tagsync/source/atlas/AtlasNotificationMapper.java
>  f007ae55e 
>   
> tagsync/src/main/java/org/apache/ranger/tagsync/source/atlas/AtlasTagSource.java
>  c382db018 
> 
> 
> Diff: https://reviews.apache.org/r/67178/diff/1/
> 
> 
> Testing
> -------
> 
> Tested with local VM
> 
> 
> Thanks,
> 
> Abhay Kulkarni
> 
>

Reply via email to