diff --git a/src/v/cluster/raft0_utils.h b/src/v/cluster/raft0_utils.h index e164f67e3df47..c0723e746d332 100644 --- a/src/v/cluster/raft0_utils.h +++ b/src/v/cluster/raft0_utils.h @@ -38,7 +38,7 @@ static ss::future 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