Skip to content

Commit f545737

Browse files
authored
Enable EnableTopicCompactificationByKey (#24768)
1 parent 42b6779 commit f545737

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.TestCompactifiedWithRetention
12
ydb/core/blobstorage/dsproxy/ut_fat TBlobStorageProxyTest.TestBatchedPutRequestDoesNotContainAHugeBlob
23
ydb/core/blobstorage/pdisk/ut TPDiskTest.AllRequestsAreAnsweredOnPDiskRestart
34
ydb/core/blobstorage/pdisk/ut TPDiskTest.FailedToFormatDiskInfoUpdate

ydb/core/protos/feature_flags.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ message TFeatureFlags {
219219
optional bool EnableMoveColumnTable = 193 [default = true];
220220
optional bool EnableArrowResultSetFormat = 194 [default = false];
221221
optional bool EnableCsOverloadsSubscriptionRetries = 195 [default = true];
222-
optional bool EnableTopicCompactificationByKey = 196 [default = false];
222+
optional bool EnableTopicCompactificationByKey = 196 [default = true];
223223
optional bool EnableCompactionOverloadDetection = 197 [default = true];
224224
reserved 198; // DisableColumnShardBulkUpsertRequireAllColumns
225225
optional bool EnableDataShardWriteAlwaysVolatile = 199 [default = true];

0 commit comments

Comments
 (0)