HBASE-27655 Remove the empty path annotation from ClusterMetricsResource

Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
This commit is contained in:
okumin 2023-02-27 19:13:54 +09:00 committed by GitHub
parent f20efafbc1
commit 10037df035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ public class ClusterMetricsResource {
}
@GET
@Path("/")
public ClusterMetrics getBaseMetrics() throws ExecutionException, InterruptedException {
final EnumSet<Option> fields =
EnumSet.of(Option.HBASE_VERSION, Option.CLUSTER_ID, Option.MASTER, Option.BACKUP_MASTERS);