Skip to content

Commit f4eb1da

Browse files
authored
Merge pull request #26275 from vbotbuildovich/backport-pr-26260-v25.1.x-706
[v25.1.x] r/consensus: stop consumable offset monitor
2 parents 9d38a89 + 1c06b66 commit f4eb1da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/v/raft/consensus.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ void consensus::shutdown_input() {
268268
_as.request_abort();
269269
_commit_index_updated.broken();
270270
_follower_reply.broken();
271+
_consumable_offset_monitor.stop();
271272
}
272273
}
273274

0 commit comments

Comments
 (0)