Closed Bug 1595261 Opened 5 years ago Closed 5 years ago

Significant amount of 1064-hw workers Hitting generic-worker Panic

Categories

(Infrastructure & Operations :: RelOps: Windows OS, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: markco, Assigned: markco)

References

Details

Pmoore: Any thoughts or suggestions?

Flags: needinfo?(pmoore)

The final count is 60 out of 360 deployed hit this issue.

Flags: needinfo?(pmoore)
See Also: → 1595642

The immediate work around for this was to remove the json files that could have been causing the issues.

In the wrapper script:

:exit_69
echo "Generic-worker panic! Issue with enviroment or worker bug. (exit code %GW_EXIT_CODE%)" >> <%= $win_generic_worker::generic_worker_dir %>\generic-worker-wrapper.log
echo "Removing possibly corrupted files." >> <%= $win_generic_worker::generic_worker_dir %>\generic-worker-wrapper.log
del /Q /F <%= $win_generic_worker::generic_worker_dir %>\tasks-resolved-count.txt
del /Q /F <%= $win_generic_worker::generic_worker_dir %>\file-caches.json
del /Q /F <%= $win_generic_worker::generic_worker_dir %>\directory-caches.json
del /Q /F <%= $win_generic_worker::generic_worker_dir %>\next-task-user.json
del /Q /F <%= $win_generic_worker::generic_worker_config %> >> <%= $win_generic_worker::generic_worker_dir %>\generic-worker-wrapper.log

This has been addressed in generic-worker generic-worker 16.5.6.

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Blocks: 1643694
You need to log in before you can comment on or make changes to this bug.