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

Create Job on failed Run method in XrdClOperations #1741

Merged
merged 1 commit into from
Jul 25, 2022

Conversation

Nikipedia
Copy link

Until now, the failed request resulted in the responsehandler being called immediately.
This meant that no new thread was created and the reading mutex would be blocking forever (even when a pipeline is started as Async).
By replacing it with a job a new thread is created for the answer.

@simonmichal simonmichal marked this pull request as ready for review July 25, 2022 10:23
@simonmichal
Copy link
Contributor

@Nikipedia : thanks a lot for the PR, it looks good :-)

@simonmichal simonmichal merged commit 86cb324 into xrootd:master Jul 25, 2022
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

Successfully merging this pull request may close these issues.

None yet

3 participants