Skip to content

Commit

Permalink
Merge pull request #18836 from ztlpn/enable-controller-log-eviction
Browse files Browse the repository at this point in the history
cluster: enable controller log eviction
  • Loading branch information
ztlpn authored Jun 10, 2024
2 parents dfff9c2 + c3548f5 commit 17a8f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/cluster/raft0_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static ss::future<consensus_ptr> create_raft0(
std::nullopt,
std::nullopt,
raft::with_learner_recovery_throttle::no,
raft::keep_snapshotted_log::yes)
raft::keep_snapshotted_log::no)
.then([&st](consensus_ptr p) {
// Add raft 0 to shard table
return st
Expand Down

0 comments on commit 17a8f3d

Please sign in to comment.