Skip to content

Commit d68c3e0

Browse files
the-mikedavismergify[bot]
authored andcommitted
Clarify 'reclaim_quorum_memory' command description and banner
The aux effect triggered by `rabbit_quorum_queue:reclaim_memory/2` no longer triggers a WAL rollover, just a `erlang:garbage_collect/0` run. This change updates the description and banner of the `reclaim_quorum_memory` CLI command to remove mentions of WAL rollover. (cherry picked from commit b8c5ba4)
1 parent c885d2d commit d68c3e0

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)