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());