-
Bug
-
Resolution: Done-Errata
-
Normal
-
None
-
4.14.0
-
No
-
CCXDEV Sprint 95
-
1
-
False
-
Description of problem:
The IO periodically generates periodic gathering jobs for the gathering of data. These jobs, generate an instance of Data Gather resource that contains the status of the gathering job, and then the results (if it gathered properly and if it uploaded properly. The bug exists when we delete this gathering job while it is not finished. This causes the data gather to never update and say that the job is forever running. I tested with running, not with doing the same in the creation phase but the result is probably the same.
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1. Delete IO pod to create a new periodic gathering job 2. Delete the periodic gathering job while it is not completed 3. Check the Data gather CR instance
Actual results:
Status says running and DataRecorded and DataUploaded have not been created.
Expected results:
Status says terminated and both conditions say it failed and why.
Additional info: