This is an automated email from the ASF dual-hosted git repository.

madhan pushed a change to branch atlas-2.5
in repository https://gitbox.apache.org/repos/asf/atlas.git


    from 570dfbe63 ATLAS-5091: fix stale transaction warnings (#424)
     new 29f24f108 ATLAS-5084: provide a way to transform hdfs paths during 
atlas import (#416)
     new ada9a1100 ATLAS-5093: Ensure executors are avialable and alive before 
submitting import tasks (#429)
     new 1273c7964 ATLAS-5091: ensure commit/rollback is called on 
ManagementSystem instances (#426)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../repository/graphdb/AtlasGraphManagement.java   |  15 +-
 .../repository/graphdb/janus/AtlasJanusGraph.java  |  21 ++-
 .../graphdb/janus/AtlasJanusGraphDatabase.java     |  19 ++-
 .../graphdb/janus/AtlasJanusGraphIndexClient.java  |  19 ---
 .../graphdb/janus/AtlasJanusGraphManagement.java   |  53 ++++---
 .../graphdb/janus/AbstractGraphDatabaseTest.java   |  33 ++--
 .../graphdb/janus/AtlasJanusDatabaseTest.java      |  22 +--
 .../repository/graph/GraphBackedSearchIndexer.java | 118 +++------------
 .../repository/graph/IndexRecoveryService.java     |  32 ++--
 .../atlas/repository/impexp/ImportTransformer.java |  13 +-
 .../repository/patches/IndexConsistencyPatch.java  |  10 +-
 .../atlas/repository/patches/ReIndexPatch.java     |   7 +-
 .../repository/patches/UniqueAttributePatch.java   |  19 ++-
 .../patches/UpdateCompositeIndexStatusPatch.java   |  18 +--
 .../store/graph/v2/AtlasEnumDefStoreV2.java        |  32 +---
 .../store/graph/v2/AtlasStructDefStoreV2.java      |  31 +---
 .../repository/impexp/AtlasImportRequestTest.java  |   4 +-
 .../atlas/repository/impexp/ImportServiceTest.java |   4 +-
 .../impexp/ImportTransformerJSONTest.java          |   2 +-
 .../repository/impexp/ImportTransformerTest.java   |  12 +-
 .../impexp/ImportTransformsShaperTest.java         |   2 +-
 .../repository/impexp/ImportTransformsTest.java    |  22 +--
 .../atlas/repository/impexp/ZipSourceTest.java     |   2 +-
 .../java/org/apache/atlas/tools/RepairIndex.java   |  65 +++++---
 .../atlas/notification/ImportTaskListenerImpl.java |  46 +++++-
 .../notification/ImportTaskListenerImplTest.java   | 167 +++++++++++++++++++++
 26 files changed, 444 insertions(+), 344 deletions(-)

Reply via email to