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:
parent
116458ab04
commit
74fd5b2e68
|
@ -1610,7 +1610,7 @@ module Hbase
|
||||||
end
|
end
|
||||||
|
|
||||||
#----------------------------------------------------------------------------------------------
|
#----------------------------------------------------------------------------------------------
|
||||||
# clear dead region servers
|
# list dead region servers
|
||||||
def list_deadservers
|
def list_deadservers
|
||||||
@admin.listDeadServers.to_a
|
@admin.listDeadServers.to_a
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue