Skip to content

Commit a3c8bc8

Browse files
Merge pull request #2092 from tomyouyou/master
QI: correctly update pre-publish cache/list (cherry picked from commit b51d4be)
1 parent 20f87b1 commit a3c8bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_queue_index.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ pre_publish(MsgOrId, SeqId, MsgProps, IsPersistent, IsDelivered, JournalSizeHint
352352
false -> ?PUB_TRANS_JPREFIX
353353
end):?JPREFIX_BITS,
354354
SeqId:?SEQ_BITS, Bin/binary,
355-
(size(MsgBin)):?EMBEDDED_SIZE_BITS>>, MsgBin], PPC],
355+
(size(MsgBin)):?EMBEDDED_SIZE_BITS>>, MsgBin] | PPC],
356356

357357
DC1 =
358358
case IsDelivered of

0 commit comments

Comments
 (0)