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

ipa-replica-conncheck: fix race condition #309

Closed
wants to merge 1 commit into from

Conversation

nicki-krizek
Copy link
Contributor

@nicki-krizek nicki-krizek commented Dec 5, 2016

When the thread that opens ports would execute notify() before the
original thread could call wait(), the original thread would wait
indefinitely for a notify() call.

https://fedorahosted.org/freeipa/ticket/6487

When the thread that opens ports would execute notify() before the
original thread could call wait(), the original thread would wait
indefinitely for a notify() call.

https://fedorahosted.org/freeipa/ticket/6487
@pspacek pspacek added the ack Pull Request approved, can be merged label Dec 5, 2016
@MartinBasti MartinBasti added the pushed Pull Request has already been pushed label Dec 6, 2016
@MartinBasti
Copy link
Contributor

@MartinBasti MartinBasti closed this Dec 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ack Pull Request approved, can be merged pushed Pull Request has already been pushed
Projects
None yet
3 participants