This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new f1f94d9 ATLAS-3674: fixed build errors caused by earlier cherry-pick
f1f94d9 is described below
commit f1f94d992fd03e79b47e0b9598c3113d8aa991cd
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Fri Jun 5 08:30:42 2020 -0700
ATLAS-3674: fixed build errors caused by earlier cherry-pick
---
.../apache/atlas/repository/migration/DataMigrationStatusService.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/repository/src/main/java/org/apache/atlas/repository/migration/DataMigrationStatusService.java
b/repository/src/main/java/org/apache/atlas/repository/migration/DataMigrationStatusService.java
index 7a6e148..a22c687 100644
---
a/repository/src/main/java/org/apache/atlas/repository/migration/DataMigrationStatusService.java
+++
b/repository/src/main/java/org/apache/atlas/repository/migration/DataMigrationStatusService.java
@@ -186,7 +186,7 @@ public class DataMigrationStatusService {
} catch (Exception e) {
LOG.warn("Error updating status. Please rely on log
messages.", e);
} finally {
- atlasGraph.commit();
+ graph.commit();
}
}