Skip to content

Commit

Permalink
cluster: enable controller log eviction
Browse files Browse the repository at this point in the history
  • Loading branch information
ztlpn committed Jun 6, 2024
1 parent 90b0767 commit c3548f5
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 c3548f5

Please sign in to comment.