From a1648bdb9f534a79ec7aef8954b974692d63bae9 Mon Sep 17 00:00:00 2001 From: lukemartinlogan Date: Thu, 19 Oct 2023 01:55:36 -0500 Subject: [PATCH] Try creating two hermes_mdms --- include/hermes/config_manager.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/hermes/config_manager.h b/include/hermes/config_manager.h index 36dbb6b17..f9ec33b4f 100644 --- a/include/hermes/config_manager.h +++ b/include/hermes/config_manager.h @@ -48,6 +48,7 @@ class ConfigurationManager { LoadClientConfig(config_path); LoadServerConfig(config_path); mdm_.CreateRoot(DomainId::GetGlobal(), "hermes_mdm"); + mdm_.CreateRoot(DomainId::GetGlobal(), "hermes_mdm1"); blob_mdm_.CreateRoot(DomainId::GetGlobal(), "hermes_blob_mdm"); bkt_mdm_.CreateRoot(DomainId::GetGlobal(), "hermes_bkt_mdm"); // TODO(llogan): add back @@ -57,8 +58,6 @@ class ConfigurationManager { // bkt_mdm_.id_, blob_mdm_.id_); stager_mdm_.CreateRoot(DomainId::GetGlobal(), "hermes_stager_mdm", blob_mdm_.id_); - stager_mdm_.CreateRoot(DomainId::GetGlobal(), - "hermes_stager_mdm1", blob_mdm_.id_); HILOG(kInfo, "(node {}) FINISHED CREATING STAGER AND OP_MDM", HRUN_CLIENT->node_id_) blob_mdm_.SetBucketMdmRoot(DomainId::GetGlobal(), bkt_mdm_.id_,