You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using recover on a failed job that reads from S3 the job gets stuck in the initializing status. Logs show timeout when connecting to ExecutionController.
The job had 8 failed slices out of 46,000 or so that completed successfully.
Teraslice has the ability, when the slicer is implemented correctly, to recover jobs that have been interrupted using the job recovery mechanism:
https://terascope.github.io/teraslice/docs/api#starting-a-job
The
file_reader
should be able to support this. We should check that, and if not, then make sure it is possible.The text was updated successfully, but these errors were encountered: