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

iuliana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git


The following commit(s) were added to refs/heads/master by this push:
     new bdac9b2  ensuring the server is not terminated after persistence import
     new 74c62f5  Merge pull request #1242 from 
zan-mateusz/fix/osgi-termination-after-persistence-import
bdac9b2 is described below

commit bdac9b2484fdd7f10796e65ef128a3ed3d786889
Author: zan-mateusz <[email protected]>
AuthorDate: Fri Sep 3 10:16:54 2021 +0100

    ensuring the server is not terminated after persistence import
---
 .../src/main/java/org/apache/brooklyn/rest/resources/ServerResource.java | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/rest/rest-resources/src/main/java/org/apache/brooklyn/rest/resources/ServerResource.java
 
b/rest/rest-resources/src/main/java/org/apache/brooklyn/rest/resources/ServerResource.java
index a88012d..c25b4f8 100644
--- 
a/rest/rest-resources/src/main/java/org/apache/brooklyn/rest/resources/ServerResource.java
+++ 
b/rest/rest-resources/src/main/java/org/apache/brooklyn/rest/resources/ServerResource.java
@@ -619,7 +619,6 @@ public class ServerResource extends 
AbstractBrooklynRestResource implements Serv
             rebindManager.stop();
             persister.stop(true);
             tempPersistenceStore.close();
-            tempMgmt.terminate();
 
         } catch (Exception e){
             Exceptions.propagateIfFatal(e);

Reply via email to