nasa / Common-Metadata-Repository

Apache License 2.0
337 stars 92 forks source link

CMR-9847: Deleted Collection Concept Continues to be Returned via CMR Search #2131

Closed jmaeng72 closed 2 months ago

jmaeng72 commented 2 months ago

Overview

What is the feature/fix?

When collections are deleted, they are still searchable for an hour or so after deletion before eventually being deleted

What is the Solution?

Add a log to elastic logic to see if there are any errors we are not catching. This is a middle-step solution, so that when it happens again, we can have this log.

What areas of the application does this impact?

ingest app -- delete collection

Checklist

codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 0% with 8 lines in your changes missing coverage. Please review.

Project coverage is 57.94%. Comparing base (f2c2635) to head (391ed95).

Files Patch % Lines
...xer-app/src/cmr/indexer/services/index_service.clj 0.00% 8 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2131 +/- ## ========================================== - Coverage 57.95% 57.94% -0.01% ========================================== Files 1042 1042 Lines 70179 70181 +2 Branches 1999 1996 -3 ========================================== - Hits 40672 40668 -4 - Misses 27647 27651 +4 - Partials 1860 1862 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.