Skip to content

Commit

Permalink
Try creating two hermes_mdms
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Oct 19, 2023
1 parent 9313553 commit a1648bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/hermes/config_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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_,
Expand Down

0 comments on commit a1648bd

Please sign in to comment.