Skip to content

Commit

Permalink
rm_stm: changed logging of rm_stm snapshot offset
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Maslanka <michal@redpanda.com>
  • Loading branch information
mmaslankaprv committed Jul 20, 2023
1 parent 127521f commit d57a532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/cluster/rm_stm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2860,7 +2860,7 @@ ss::future<stm_snapshot> rm_stm::take_snapshot() {
vlog(
_ctx_log.trace,
"taking snapshot with last included offset of: {}",
model::prev_offset(start_offset));
model::prev_offset(_insync_offset));

fragmented_vector<abort_index> abort_indexes;
fragmented_vector<abort_index> expired_abort_indexes;
Expand Down

0 comments on commit d57a532

Please sign in to comment.