Remove old local configuration initialization
This commit is contained in:
parent
4c92026213
commit
8996e396b9
|
@ -2380,9 +2380,11 @@ ACTOR Future<Void> fdbd(Reference<ClusterConnectionFile> 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());
|
||||
|
|
Loading…
Reference in New Issue