(ctx context.Context)
| 33 | } |
| 34 | |
| 35 | func (rw *readerWriter) doRetention(ctx context.Context) { |
| 36 | rw.RetainWithConfig(ctx, rw.compactorCfg, rw.compactorSharder, rw.compactorOverrides) |
| 37 | } |
| 38 | |
| 39 | func (rw *readerWriter) RetainWithConfig(ctx context.Context, compactorCfg *CompactorConfig, compactorSharder CompactorSharder, compactorOverrides CompactorOverrides) { |
| 40 | tenants := rw.blocklist.Tenants() |