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

apkhmv pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new e8250c9522 IGNITE-20695 Cleanup resource (#2723)
e8250c9522 is described below

commit e8250c9522b0b054a75075b5972151b439d982cf
Author: Vadim Pakhnushev <8614891+valep...@users.noreply.github.com>
AuthorDate: Thu Oct 19 17:57:35 2023 +0300

    IGNITE-20695 Cleanup resource (#2723)
---
 .../ignite/internal/rest/cluster/ClusterManagementRestFactory.java       | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/modules/rest/src/main/java/org/apache/ignite/internal/rest/cluster/ClusterManagementRestFactory.java
 
b/modules/rest/src/main/java/org/apache/ignite/internal/rest/cluster/ClusterManagementRestFactory.java
index 38742d91bd..7f1e817356 100644
--- 
a/modules/rest/src/main/java/org/apache/ignite/internal/rest/cluster/ClusterManagementRestFactory.java
+++ 
b/modules/rest/src/main/java/org/apache/ignite/internal/rest/cluster/ClusterManagementRestFactory.java
@@ -69,6 +69,7 @@ public class ClusterManagementRestFactory implements 
RestFactory {
     @Override
     public void cleanResources() {
         clusterService = null;
+        clusterInitializer = null;
         cmgManager = null;
     }
 }

Reply via email to