Skip to content

Commit

Permalink
storage/offset_translator_state: missing ntp in log msg
Browse files Browse the repository at this point in the history
  • Loading branch information
andijcr committed Nov 29, 2023
1 parent 736a80b commit 3cffb23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/v/storage/offset_translator_state.cc
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ model::offset offset_translator_state::to_log_offset(
vassert(
interval_end_it != _last_offset2batch.begin(),
"ntp {}: log offset search start too small: {}",
_ntp,
search_start);
auto delta = std::prev(interval_end_it)->second.next_delta;

Expand Down

0 comments on commit 3cffb23

Please sign in to comment.