diff --git a/fdbserver/ClusterController.actor.cpp b/fdbserver/ClusterController.actor.cpp index 44bd2a919c..5629f1cbc0 100644 --- a/fdbserver/ClusterController.actor.cpp +++ b/fdbserver/ClusterController.actor.cpp @@ -2314,8 +2314,8 @@ ACTOR Future startDataDistributor( ClusterControllerDa if ( e.code() != error_code_no_more_servers ) { throw; } - wait( delay(SERVER_KNOBS->ATTEMPT_RECRUITMENT_DELAY) ); } + wait( delay(SERVER_KNOBS->ATTEMPT_RECRUITMENT_DELAY) ); } }