-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70236/
-----------------------------------------------------------
Review request for atlas, Ashutosh Mestry, Kapildeo Nayak, madhan, Nikhil
Bonte, and Nixon Rodrigues.
Bugs: ATLAS-3077
https://issues.apache.org/jira/browse/ATLAS-3077
Repository: atlas
Description
-------
We have Atlas typedef patches available to update out of box type definitions.
This JIRA will introduce a new java patch framework to handle changes to the
graph database not specific to type changes.
For e.g. In case of migration, to add/update property keys in vertices - java
patch framework can be used, which will be run at the atlas startup time during
bootstrap.
Diffs
-----
intg/src/main/java/org/apache/atlas/model/patches/AtlasPatch.java cdf2441d2
repository/src/main/java/org/apache/atlas/repository/graph/GraphBackedSearchIndexer.java
4805435c7
repository/src/main/java/org/apache/atlas/repository/patches/AtlasJavaPatchHandler.java
PRE-CREATION
repository/src/main/java/org/apache/atlas/repository/patches/PatchContext.java
PRE-CREATION
repository/src/main/java/org/apache/atlas/repository/patches/UniqueAttributePatchHandler.java
PRE-CREATION
repository/src/main/java/org/apache/atlas/repository/store/bootstrap/AtlasTypeDefStoreInitializer.java
337a6db6c
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasGraphUtilsV2.java
5827dad52
webapp/src/main/java/org/apache/atlas/web/resources/AdminResource.java
01bdcf7e2
Diff: https://reviews.apache.org/r/70236/diff/1/
Testing
-------
Verified with migrated data that patch was applied cleanly
Thanks,
Sarath Subramanian