This is an automated email from the ASF dual-hosted git repository.
arafat2198 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 5ee1bf483dd HDDS-14046. ReconStorageContainerManagerFacade is not
initialized properly after upgrade (#9407).
5ee1bf483dd is described below
commit 5ee1bf483dd0ca960b88f433f1e896e41f603f8a
Author: Arafat2198 <[email protected]>
AuthorDate: Tue Dec 2 11:23:19 2025 +0530
HDDS-14046. ReconStorageContainerManagerFacade is not initialized properly
after upgrade (#9407).
---
.../main/java/org/apache/hadoop/ozone/recon/ReconServer.java | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git
a/hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/ReconServer.java
b/hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/ReconServer.java
index 64b81069dee..7e6538aa103 100644
---
a/hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/ReconServer.java
+++
b/hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/ReconServer.java
@@ -160,11 +160,6 @@ public Void call() throws Exception {
LOG.info("Initializing support of Recon Features...");
FeatureProvider.initFeatureSupport(configuration);
- LOG.debug("Now starting all services of Recon...");
- // Start all services
- start();
- isStarted = true;
-
LOG.info("Finalizing Layout Features.");
// Handle Recon Schema Versioning
ReconSchemaVersionTableManager versionTableManager =
@@ -178,6 +173,11 @@ public Void call() throws Exception {
LOG.info("Recon schema versioning completed.");
+ LOG.debug("Now starting all services of Recon...");
+ // Start all services
+ start();
+ isStarted = true;
+
LOG.info("Recon server initialized successfully!");
} catch (Exception e) {
LOG.error("Error during initializing Recon server.", e);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]