Merge pull request #8153 from sfc-gh-tclinkenbeard/remove-hostname-resolution-codeprobe

Remove code probe for "Coordinator hostname resolving failure"
This commit is contained in:
Trevor Clinkenbeard 2022-09-12 14:01:52 -07:00 committed by GitHub
commit 1582e79cc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -965,7 +965,6 @@ ACTOR Future<MonitorLeaderInfo> 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());