Skip to content

Commit d17b085

Browse files
michaelklishindcorbacho
authored andcommitted
Quorum queue machine: do not publish certain state records
we can use log state in tests.
1 parent d54fee2 commit d17b085

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

deps/rabbit/src/rabbit_fifo.hrl

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -230,23 +230,3 @@
230230
msg_ttl => non_neg_integer(),
231231
created => non_neg_integer()
232232
}.
233-
234-
-define(AUX, aux_v3).
235-
236-
-record(checkpoint, {index :: ra:index(),
237-
timestamp :: milliseconds(),
238-
smallest_index :: undefined | ra:index(),
239-
messages_total :: non_neg_integer(),
240-
indexes = ?CHECK_MIN_INDEXES :: non_neg_integer(),
241-
unused_1 = ?NIL}).
242-
-record(aux_gc, {last_raft_idx = 0 :: ra:index()}).
243-
-record(aux, {name :: atom(),
244-
capacity :: term(),
245-
gc = #aux_gc{} :: #aux_gc{}}).
246-
-record(?AUX, {name :: atom(),
247-
last_decorators_state :: term(),
248-
capacity :: term(),
249-
gc = #aux_gc{} :: #aux_gc{},
250-
tick_pid :: undefined | pid(),
251-
cache = #{} :: map(),
252-
last_checkpoint :: #checkpoint{}}).

0 commit comments

Comments
 (0)