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

Prevent deadlock when saving a pipeline job #144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

carlossg
Copy link
Contributor

When using the trigger in a pipeline and saving the job configuration
the thread stop/start methods are called twice
causing an InterruptedException most times (in a small setup)
which leaves the page loading hanging and the thread running
in the receive() method

@scoheb
Copy link
Contributor

scoheb commented Sep 20, 2019

@carlossg
Copy link
Contributor Author

the number of threads is 0 when the test fails, so the check for 2 threads different is wrong
There are a lot of unable to connect to messages in the log
But I'm not able to run the tests locally

@carlossg carlossg closed this May 4, 2020
@carlossg carlossg reopened this May 4, 2020
When using the trigger in a pipeline and saving the job configuration
the thread stop/start methods are colled twice
causing an InterruptedException most times (in a small setup)
which leaves the page loading hanging and the thread running
in the receive() method
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.

2 participants