Eamon Ford created SDAP-254: ------------------------------- Summary: Ingestion history does not get saved Key: SDAP-254 URL: https://issues.apache.org/jira/browse/SDAP-254 Project: Apache Science Data Analytics Platform Issue Type: Bug Components: collection-ingester Reporter: Eamon Ford Assignee: Eamon Ford
When the Collection Manager is killed the ingestion history file is not saved. *Why:* `FileIngestionHistory.py` calls the method to save the history file in its `__del__` method. __del__ does not get called when the program is killed. -- This message was sent by Atlassian Jira (v8.3.4#803005)