-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57786/
-----------------------------------------------------------
(Updated March 30, 2017, 5:51 a.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/3/
Testing (updated)
-------
Testing show NPE issues in resolveReferencePhase2. Need to investigate more.
Thanks,
Apoorv Naik