-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56049/
-----------------------------------------------------------
Review request for atlas.
Bugs: ATLAS-1472
https://issues.apache.org/jira/browse/ATLAS-1472
Repository: atlas
Description
-------
Updated type-registry to ensure that type changes (add/update/delete) are
serialized
Diffs
-----
intg/src/main/java/org/apache/atlas/AtlasErrorCode.java e7dbb1c
intg/src/main/java/org/apache/atlas/type/AtlasTypeRegistry.java 3de0215
intg/src/main/java/org/apache/atlas/type/AtlasTypeUtil.java 089bebee
intg/src/test/java/org/apache/atlas/model/ModelTestUtil.java 6d3c312
intg/src/test/java/org/apache/atlas/type/TestAtlasEntityType.java 710840f
intg/src/test/java/org/apache/atlas/type/TestAtlasTypeRegistry.java 60a09a1
repository/src/main/java/org/apache/atlas/repository/store/graph/AtlasTypeDefGraphStore.java
f7c2931
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasTypeDefGraphStoreV1.java
287ef09
Diff: https://reviews.apache.org/r/56049/diff/
Testing
-------
- added unit tests to simulate type updates from multiple threads
Thanks,
Madhan Neethiraj