Skip to content

Commit 32b712e

Browse files
authored
Enable EnableTopicCompactificationByKey (#24766)
2 parents 1c9de78 + 1ca7da4 commit 32b712e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/config/muted_ya.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
ydb/core/persqueue/ut TPQTest.TestComactifiedWithRetention
12
ydb/apps/ydb/ut YdbWorkloadTransferTopicToTable.Default_Run
23
ydb/core/blobstorage/dsproxy/ut_fat TBlobStorageProxyTest.TestBatchedPutRequestDoesNotContainAHugeBlob
34
ydb/core/blobstorage/pdisk/ut TPDiskTest.ChunkWriteDifferentOffsetAndSize

ydb/core/protos/feature_flags.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ message TFeatureFlags {
210210
optional bool EnableCSSchemasCollapsing = 192 [default = false];
211211
optional bool EnableMoveColumnTable = 193 [default = true];
212212
optional bool EnableCSOverloadsSubscriptionRetries = 195 [default = false];
213-
optional bool EnableTopicCompactificationByKey = 196 [default = false];
213+
optional bool EnableTopicCompactificationByKey = 196 [default = true];
214214
optional bool EnableCompactionOverloadDetection = 197 [default = true];
215215
reserved 198; // DisableColumnShardBulkUpsertRequireAllColumns
216216
}

0 commit comments

Comments
 (0)