-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/48565/
-----------------------------------------------------------
(Updated June 15, 2016, 3:05 p.m.)
Review request for atlas.
Bugs: ATLAS-856
https://issues.apache.org/jira/browse/ATLAS-856
Repository: atlas
Description
-------
ATLAS-856: An extension of DefaultTypeCacheProvider which loads the requested
type from the type store if it is not found in the cache, and adds it to the
cache if it's found in the store. Any attribute and super types that are
required by the requested type are also loaded from the store if they are not
already in the cache.
Diffs
-----
repository/src/main/java/org/apache/atlas/repository/typestore/GraphBackedTypeStore.java
5ed9e02eb85ec25b63540cab40d148914d410786
repository/src/main/java/org/apache/atlas/repository/typestore/ITypeStore.java
790c4b31c37e51289585f6f891366a8d8c86b168
repository/src/main/java/org/apache/atlas/repository/typestore/StoreBackedTypeCacheProvider.java
PRE-CREATION
repository/src/test/java/org/apache/atlas/repository/typestore/GraphBackedTypeStoreTest.java
961442bbcaff86b472a876e6c348aa9e65c1efca
repository/src/test/java/org/apache/atlas/repository/typestore/StoreBackedTypeCacheProviderTest.java
PRE-CREATION
Diff: https://reviews.apache.org/r/48565/diff/
Testing
-------
Ran all unit and integration tests with no regressions.
Thanks,
David Kantor