diff --git a/fdbclient/MonitorLeader.actor.cpp b/fdbclient/MonitorLeader.actor.cpp index b41adb5955..27f5622a31 100644 --- a/fdbclient/MonitorLeader.actor.cpp +++ b/fdbclient/MonitorLeader.actor.cpp @@ -965,7 +965,6 @@ ACTOR Future monitorProxiesOneGeneration( } else { CODE_PROBE(rep.getError().code() == error_code_failed_to_progress, "Coordinator cant talk to cluster controller"); - CODE_PROBE(rep.getError().code() == error_code_lookup_failed, "Coordinator hostname resolving failure"); TraceEvent("MonitorProxiesConnectFailed") .detail("Error", rep.getError().name()) .detail("Coordinator", clientLeaderServer.getAddressString());