From 8996e396b9b82c9df34093d31365e93390fe621b Mon Sep 17 00:00:00 2001 From: Lukas Joswiak Date: Fri, 20 Aug 2021 13:27:39 -0700 Subject: [PATCH] Remove old local configuration initialization --- fdbserver/worker.actor.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fdbserver/worker.actor.cpp b/fdbserver/worker.actor.cpp index ebca068742..0ed71e75d8 100644 --- a/fdbserver/worker.actor.cpp +++ b/fdbserver/worker.actor.cpp @@ -2380,9 +2380,11 @@ ACTOR Future fdbd(Reference connFile, getCurrentLineage()->modify(&RoleLineage::role) = ProcessClass::Worker; // FIXME: Initializing here causes simulation issues, these must be fixed + /* if (configDBType != ConfigDBType::DISABLED) { wait(localConfig->initialize()); } + */ actors.push_back(serveProtocolInfo()); actors.push_back(serveProcess());