diff --git a/src/yb/tablet/tablet_retention_policy.cc b/src/yb/tablet/tablet_retention_policy.cc index 21b7bb6d369c..01337711d7fd 100644 --- a/src/yb/tablet/tablet_retention_policy.cc +++ b/src/yb/tablet/tablet_retention_policy.cc @@ -108,7 +108,7 @@ void TabletRetentionPolicy::UnregisterReaderTimestamp(HybridTime timestamp) { bool TabletRetentionPolicy::ShouldRetainDeleteMarkersInMajorCompaction() const { // If the index table is in the process of being backfilled, then we // want to retain delete markers until the backfill process is complete. - return !metadata_.schema().table_properties().IsBackfilling(); + return metadata_.schema().table_properties().IsBackfilling(); } HybridTime TabletRetentionPolicy::HistoryCutoffToPropagate(HybridTime last_write_ht) {