Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ defmodule RabbitMQ.CLI.Queues.Commands.ReclaimQuorumMemoryCommand do

def description(),
do:
"Flushes quorum queue processes WAL, performs a full sweep GC on all of its local Erlang processes"
"Requests a full sweep GC on all of a quorum queue's Erlang processes"

def banner([name], %{}),
do: "Will flush Raft WAL of quorum queue #{name} ..."
do: "Will garbage collect quorum queue #{name} ..."
end
Loading