Skip to content

Commit 46ce2c0

Browse files
Merge pull request #15838 from rabbitmq/mergify/bp/v4.2.x/pr-15836
Clarify 'reclaim_quorum_memory' command description and banner (backport #15835) (backport #15836)
2 parents 48fa70e + 362726c commit 46ce2c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deps/rabbitmq_cli/lib/rabbitmq/cli/queues/commands/reclaim_quorum_memory_command.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ defmodule RabbitMQ.CLI.Queues.Commands.ReclaimQuorumMemoryCommand do
6767

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

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

0 commit comments

Comments
 (0)