-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57786/
-----------------------------------------------------------
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
-----
repository/src/main/java/org/apache/atlas/repository/store/graph/AtlasTypeDefGraphStore.java
c3b6d203
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasTypeDefGraphStoreV1.java
b76dfefa
Diff: https://reviews.apache.org/r/57786/diff/1/
Testing
-------
mvn clean install executes successfully with same failures as seen on
builds.apache.org
Thanks,
Apoorv Naik