Repository: atlas
Updated Branches:
  refs/heads/master e6625a6c3 -> 620943ed8


ATLAS-2606: Graph shutdown fix.


Project: http://git-wip-us.apache.org/repos/asf/atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/620943ed
Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/620943ed
Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/620943ed

Branch: refs/heads/master
Commit: 620943ed86bf787a3aa5421809276ba2fac689da
Parents: e6625a6
Author: apoorvnaik <apoorvn...@apache.org>
Authored: Tue Apr 24 23:10:16 2018 -0700
Committer: Ashutosh Mestry <ames...@hortonworks.com>
Committed: Tue Apr 24 23:10:16 2018 -0700

----------------------------------------------------------------------
 .../java/org/apache/atlas/repository/graph/AtlasGraphProvider.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/620943ed/repository/src/main/java/org/apache/atlas/repository/graph/AtlasGraphProvider.java
----------------------------------------------------------------------
diff --git 
a/repository/src/main/java/org/apache/atlas/repository/graph/AtlasGraphProvider.java
 
b/repository/src/main/java/org/apache/atlas/repository/graph/AtlasGraphProvider.java
index 323af40..55934c3 100755
--- 
a/repository/src/main/java/org/apache/atlas/repository/graph/AtlasGraphProvider.java
+++ 
b/repository/src/main/java/org/apache/atlas/repository/graph/AtlasGraphProvider.java
@@ -66,7 +66,7 @@ public class AtlasGraphProvider implements 
IAtlasGraphProvider {
     }
 
     @Override
-    @Bean
+    @Bean(destroyMethod = "")
     public AtlasGraph get() throws RepositoryException {
         return getGraphInstance();
     }

Reply via email to