Skip to content

Commit 74fd5b2

Browse files
authored
HBASE-27295 Correct the comment of list_deadservers method in admin.rb (#4694)
Signed-off-by: Duo Zhang <[email protected]> Signed-off-by: Tak Lon (Stephen) Wu <[email protected]>
1 parent 116458a commit 74fd5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hbase-shell/src/main/ruby/hbase/admin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1610,7 +1610,7 @@ def clear_compaction_queues(server_name, queue_name = nil)
16101610
end
16111611

16121612
#----------------------------------------------------------------------------------------------
1613-
# clear dead region servers
1613+
# list dead region servers
16141614
def list_deadservers
16151615
@admin.listDeadServers.to_a
16161616
end

0 commit comments

Comments
 (0)