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

requests stay forever in Queued state if source creation fails #5087

Closed
rcarpa opened this issue Dec 8, 2021 · 0 comments
Closed

requests stay forever in Queued state if source creation fails #5087

rcarpa opened this issue Dec 8, 2021 · 0 comments
Assignees
Milestone

Comments

@rcarpa
Copy link
Contributor

rcarpa commented Dec 8, 2021

Motivation

If an exception occurs while trying to create sources on submission, the database transaction is rollbacked and the requests remain
in queued state.

Modification

The requests should be transited to SUBMISSION_FAILED state.

@rcarpa rcarpa self-assigned this Dec 8, 2021
ericvaandering pushed a commit to ericvaandering/rucio that referenced this issue Dec 9, 2021
…#5087

Work on each transfer one by one and mark it submission_failed
if any error occurs.
Otherwise those transfers could stay in queued state forever.
@bari12 bari12 closed this as completed in 02a60e1 Dec 10, 2021
bari12 added a commit that referenced this issue Dec 10, 2021
…ce_creation_failure

Transfers: exception handling on source creation errors. Closes #5087
bari12 pushed a commit that referenced this issue Dec 10, 2021
Work on each transfer one by one and mark it submission_failed
if any error occurs.
Otherwise those transfers could stay in queued state forever.
@bari12 bari12 added this to the 1.27.2 milestone Dec 10, 2021
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