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]>
  • Loading branch information
frostruan and huiruan authored Sep 13, 2023
1 parent bac3198 commit 800d8b3
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 800d8b3

Please sign in to comment.