If the current job is the latest one in the loader pool and the job is deleted,
the job goes into an infinite cycle of load-fail-delete-reload-load-fail-delete.
So we need to prevent the infinite loop during XAI data loading failed.
1. delete the unused code, catch unknown error is unused in explain_parser.py
2. fix bug the lastest file size is unused
3. rename some variables and fix some spelling error