From c3548f53875a8a57f4850f2516d3e356e58d1e42 Mon Sep 17 00:00:00 2001 From: Alexey Zatelepin Date: Thu, 6 Jun 2024 15:00:21 +0200 Subject: [PATCH] cluster: enable controller log eviction --- src/v/cluster/raft0_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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