Skip to content

Commit

Permalink
Merge pull request #22771 from vbotbuildovich/backport-pr-22752-v24.2…
Browse files Browse the repository at this point in the history
….x-758

[v24.2.x] r/stm_manager: do not warn when some of the stms did not make progress
  • Loading branch information
mmaslankaprv authored Aug 7, 2024
2 parents 4744352 + 17e2150 commit 3069e2c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/v/raft/state_machine_manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,10 @@ ss::future<> state_machine_manager::try_apply_in_foreground() {
model::no_timeout);

if (max_last_applied == model::offset{}) {
vlog(
_log.warn,
vlogl(
_log,
_raft->log_config().cache_enabled() ? ss::log_level::warn
: ss::log_level::debug,
"no progress has been made during state machine apply. Current "
"next offset: {}",
_next);
Expand Down

0 comments on commit 3069e2c

Please sign in to comment.