HBASE-27295 Correct the comment of list_deadservers method in admin.rb (#4694)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Tak Lon (Stephen) Wu <taklwu@apache.org>
This commit is contained in:
LiangJun He 2022-08-18 07:35:31 +08:00 committed by GitHub
parent 116458ab04
commit 74fd5b2e68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1610,7 +1610,7 @@ module Hbase
end
#----------------------------------------------------------------------------------------------
# clear dead region servers
# list dead region servers
def list_deadservers
@admin.listDeadServers.to_a
end