(ctx context.Context, tenantID string, compactorCfg *CompactorConfig, compactorSharder CompactorSharder, compactorOverrides CompactorOverrides)
| 62 | } |
| 63 | |
| 64 | func (rw *readerWriter) RetainTenantWithConfig(ctx context.Context, tenantID string, compactorCfg *CompactorConfig, compactorSharder CompactorSharder, compactorOverrides CompactorOverrides) { |
| 65 | rw.retainTenant(ctx, tenantID, compactorCfg, compactorSharder, compactorOverrides) |
| 66 | } |
| 67 | |
| 68 | func (rw *readerWriter) retainTenant(ctx context.Context, tenantID string, compactorCfg *CompactorConfig, compactorSharder CompactorSharder, compactorOverrides CompactorOverrides) { |
| 69 | start := time.Now() |
nothing calls this directly
no test coverage detected