Skip to content

Commit

Permalink
Turn on GCCountersNormalizer (#8166)
Browse files Browse the repository at this point in the history
  • Loading branch information
zverevgeny authored Sep 15, 2024
1 parent 3553a11 commit e3c9723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ydb/core/tx/columnshard/normalizer/abstract/abstract.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ enum class ENormalizerSequentialId: ui32 {
CleanGranuleId,
EmptyPortionsCleaner,
CleanInsertionDedup,
GCCountersNormalizer,

MAX
};
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/tx/columnshard/normalizer/tablet/gc_counters.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class TGCCountersNormalizer: public TNormalizationController::INormalizerCompone
}

virtual std::optional<ENormalizerSequentialId> DoGetEnumSequentialId() const override {
return {};
return ENormalizerSequentialId::GCCountersNormalizer;
}

virtual TString GetClassName() const override {
Expand Down

0 comments on commit e3c9723

Please sign in to comment.