You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by Madhan Neethiraj <ma...@apache.org> on 2017/04/03 14:44:19 UTC

Re: Review Request 57786: ATLAS-1673: Type deletion bug

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


Ship it!




Ship It!

- Madhan Neethiraj


On March 30, 2017, 7:23 p.m., Apoorv Naik wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/57786/
> -----------------------------------------------------------
> 
> (Updated March 30, 2017, 7:23 p.m.)
> 
> 
> Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, Sarath Subramanian, and Suma Shivaprasad.
> 
> 
> Bugs: ATLAS-1673
>     https://issues.apache.org/jira/browse/ATLAS-1673
> 
> 
> Repository: atlas
> 
> 
> Description
> -------
> 
> When a type (wihout any references/instances) is deleted, the transient registry still retains it and leads to inconsistent data. This forbids recreation of the same type as long as the server is active and not restarted.
> 
> 
> Diffs
> -----
> 
>   intg/src/main/java/org/apache/atlas/type/AtlasTypeRegistry.java 2c80cf51 
>   repository/src/main/java/org/apache/atlas/repository/graph/GraphBackedSearchIndexer.java 43d6389c 
>   repository/src/main/java/org/apache/atlas/repository/store/graph/AtlasTypeDefGraphStore.java b3e2f755 
>   repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasClassificationDefStoreV1.java 7ef3558f 
>   repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasEntityDefStoreV1.java 0771a3ac 
>   repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasGraphUtilsV1.java 13b4e9b2 
>   repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasStructDefStoreV1.java 2bc36da6 
> 
> 
> Diff: https://reviews.apache.org/r/57786/diff/4/
> 
> 
> Testing
> -------
> 
> mvn clean package and mvn clean install executes successfully now.
> 
> 
> Thanks,
> 
> Apoorv Naik
> 
>