Skip to content

Commit

Permalink
HBASE-28080 correct span name in AbstractRpcBasedConnectionRegistry#g…
Browse files Browse the repository at this point in the history
…etActiveMaster (#5400)

Co-authored-by: huiruan <[email protected]>
Signed-off-by: Duo Zhang <[email protected]>
(cherry picked from commit 800d8b3)
  • Loading branch information
frostruan authored and Apache9 committed Sep 13, 2023
1 parent 300caa8 commit 05449bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ public CompletableFuture<ServerName> getActiveMaster() {
(c, s, d) -> s.getActiveMaster(c, GetActiveMasterRequest.getDefaultInstance(), d),
GetActiveMasterResponse::hasServerName, "getActiveMaster()")
.thenApply(resp -> ProtobufUtil.toServerName(resp.getServerName())),
getClass().getSimpleName() + ".getClusterId");
getClass().getSimpleName() + ".getActiveMaster");
}

@Override
Expand Down

0 comments on commit 05449bd

Please sign in to comment.