Search: Delete old indexes once not in use (#99251)

This commit is contained in:
Ryan McKinley
2025-01-20 20:25:26 +03:00
committed by GitHub
parent 427a601980
commit 52c1a3dccd
2 changed files with 35 additions and 5 deletions
+1 -1
View File
@@ -490,7 +490,7 @@ func (s *searchSupport) build(ctx context.Context, nsr NamespacedResource, size
}
fields := s.builders.GetFields(nsr)
s.log.Debug(fmt.Sprintf("TODO, build %+v (size:%d, rv:%d) // builder:%+v\n", nsr, size, rv, builder))
s.log.Debug("Building index", "resource", nsr.Resource, "size", size, "rv", rv)
key := &ResourceKey{
Group: nsr.Group,