-
Story
-
Resolution: Won't Do
-
Normal
-
None
-
ACM 2.7.1
Description of problem:
Currently we create query to delete stale cluster data per cluster. This process should be optimized with a single database query to reduce transactions.
As we saw in scale environment in larger envs we need to reduce number of db conn, so we need to adjust logic in indexer to delete stale clusters in bulk rather than separately. After reviewing the implementation realized that deletes are sequential so this bug only blocks 1 database connection.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
- delete or disable managed cluster
- go to indexer logs
- deletes data on individual basis