> On Jan. 28, 2017, 6:46 p.m., Suma Shivaprasad wrote: > > intg/src/main/java/org/apache/atlas/type/AtlasTypeRegistry.java, line 769 > > <https://reviews.apache.org/r/56049/diff/1/?file=1618230#file1618230line769> > > > > throw error when getISOktocommit is false
Added 'commitUpdates' argument to release() method - to make it explicit from the caller. - Madhan ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56049/#review163407 ----------------------------------------------------------- On Jan. 29, 2017, 12:51 a.m., Madhan Neethiraj wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/56049/ > ----------------------------------------------------------- > > (Updated Jan. 29, 2017, 12:51 a.m.) > > > Review request for atlas and Abhay Kulkarni. > > > 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 > >
