opsdisk / scantron

A distributed nmap / masscan scanning framework complete with scan scheduling, engine pooling, subsequent scan port diff-ing, and an API client for automation workflows.
Apache License 2.0
160 stars 29 forks source link

Missing results files #9

Open jiewmeng opened 2 years ago

jiewmeng commented 2 years ago

I noticed that I randomly see instances where results files are missing even tho the job is completed. Even if I see results JSON in the scantron UI, the link points to a 404 page. If I try to find the results files on /home/scantron/console/for_bigdata_analytics its not found

jacekjaros commented 2 years ago

after adding new engine to cluster i have similar situation - data from old engine are processed, data from new node are saved to /home/scantron/console/scan_results/complete and wait for processing.

are there any steps i can perform to debug and fix this issue?