Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.10
-
None
-
None
Description
Current Situation
- User has a Job Chain with file order source.
- Some files in file order source are blacklisted( i.e. not removed from source directory after processing).
- When the user restarts JobScheduler then these blacklisted files are processed again.
- The table SCHEDULER_ORDERS, column ORDER_XML has a the parameter on_blacklist having value "yes" which indicates the file is blacklisted but file is still processed.
<order end_time="2018-12-18T03:50:05.023Z" history_id="15" on_blacklist="yes" path="/" start_time="2018-12-18T03:50:03.648Z" touched="yes">
The similar database records exist in release 1.11 and 1.12 and blacklisted files are not processed after restart.
Test-Case
- Deploy attached JobScheduler configuration JS-1825.zip.
- Change the directory in Job Chain for file order source.
- Create a file named 1.txt in the file order source directory.
- File will be processed and will be blacklisted.
- Check in the JOC Cokcpit for blacklisted file.
- Terminate and restart the JobScheduler.
- The blacklisted file will be processed again.
Desired Behaviour
- When the user restarts the JobScheduler the blacklisted files should not be processed again.