Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

file_reader jobs should be recoverable #20

Open
godber opened this issue Feb 21, 2019 · 1 comment
Open

file_reader jobs should be recoverable #20

godber opened this issue Feb 21, 2019 · 1 comment

Comments

@godber
Copy link
Member

godber commented Feb 21, 2019

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.

@ciorg
Copy link
Member

ciorg commented Jan 19, 2024

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.

Job is using file_assets v2.6.2 and config:

 "_op": "s3_reader",
  "connection": "CONNECTION",
 "path": "PATH/TO/FILE",
 "format": "ldjson",
 "size": 2500000,
 "file_per_slice": false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants