Skip to content

Commit 37e913f

Browse files
Address a TODO
1 parent 7481b22 commit 37e913f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_observer_cli_quorum_queues.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ attributes(State) ->
2424
Content1 = "S - leader/follower, MsgQ - Erlang mailbox queue, CMD - commands, SIW - snapshots installed/written",
2525
Content2 = "SS - snapshots sent, SW - snapshots written, MS - messages sent",
2626
Content3 = "E - elections, WOp - write operations, WRe - write resends, GC - Ra forced GC",
27-
Content4 = "CT - current term, SnapIdx - snapshot index, LA - last applied, CI - current index, LW - TODO, CL - commit latency",
27+
Content4 = "CT - current term, SnapIdx - snapshot index, LA - last applied, CI - current index, LW - last written log entry index, CL - commit latency",
2828
RaCounters = ra_counters:overview(),
2929
{
3030
[ra_log_wal_header()] ++ [ra_log_wal_sheet(RaCounters)] ++

0 commit comments

Comments
 (0)