Skip to content

Commit 1975a2d

Browse files
Merge pull request #15836 from rabbitmq/mergify/bp/v4.3.x/pr-15835
Clarify 'reclaim_quorum_memory' command description and banner (backport #15835)
2 parents c885d2d + d68c3e0 commit 1975a2d

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)