Skip to content

Commit ec455d5

Browse files
committed
Fix comment about CQ v1->v2 index recovery
1 parent 55e3c45 commit ec455d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_classic_queue_index_v2.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ recover_index_v1_common(State0 = #qi{ queue_name = Name, dir = DirBin },
479479
{LoSeqId, HiSeqId, _} = rabbit_queue_index:bounds(V1State),
480480
%% When resuming after a crash we need to double check the messages that are both
481481
%% in the v1 and v2 index (effectively the messages below the upper bound of the
482-
%% v1 index that are about to be written to it).
482+
%% v2 index that are about to be written to it).
483483
{_, V2HiSeqId, _} = bounds(State0, undefined),
484484
SkipFun = fun
485485
(SeqId, FunState0) when SeqId < V2HiSeqId ->

0 commit comments

Comments
 (0)