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

cancelled job_state + failed file_state multi-source transfers never handled by poller #6043

Closed
rcarpa opened this issue Jan 16, 2023 · 0 comments
Assignees
Milestone

Comments

@rcarpa
Copy link
Contributor

rcarpa commented Jan 16, 2023

the issue is, again, in this state transition :

elif file_state == FTS_STATE.FAILED and job_state == FTS_STATE.FAILED or \

There were so many bugs already with it that I'm afraid to touch anything here 😢

@rcarpa rcarpa self-assigned this Jan 16, 2023
@bari12 bari12 closed this as completed in 9621933 Jan 20, 2023
bari12 added a commit that referenced this issue Jan 20, 2023
…urce

Transfers: handle failed files in any final job_state. Closes #6043
bari12 pushed a commit that referenced this issue Jan 20, 2023
Otherwise transfers with job_state = canceled and file_state = failed
are never handled by the poller.
@bari12 bari12 added this to the 1.30.3 milestone Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants