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

Handle deadlock when too many connections are open #115

Merged
merged 1 commit into from
Aug 9, 2021

Conversation

timja
Copy link
Member

@timja timja commented Aug 9, 2021

Close connections explicitly rather than relying on something else doing it

Deadlock is the same as in https://issues.apache.org/jira/browse/DBCP-513

Can easily reproduce deadlock by starting a lot of builds at the same time without many executors.
Cannot reproduce after

@timja timja added the bugfix A PR that fixes a bug - used by Release Drafter label Aug 9, 2021
@timja timja enabled auto-merge (squash) August 9, 2021 08:19
@timja timja merged commit 75b2468 into jenkinsci:master Aug 9, 2021
@timja timja deleted the deadlock branch August 9, 2021 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix A PR that fixes a bug - used by Release Drafter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant