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

Agent should failed on SocketNotFoundException #280 #281

Merged
merged 2 commits into from
Oct 4, 2024

Conversation

Horcrux7
Copy link
Contributor

@Horcrux7 Horcrux7 commented Jun 3, 2024

If there are no matching candidate because a configuration mistake then the agent should failed.

If there are no matching candidate because a configuration mistake then the agent should failed.
@jitsi-jenkins
Copy link

Hi, thanks for your contribution!
If you haven't already done so, could you please make sure you sign our CLA (https://jitsi.org/icla for individuals and https://jitsi.org/ccla for corporations)? We would unfortunately be unable to merge your patch unless we have that piece :(.

@bgrozev
Copy link
Member

bgrozev commented Jun 3, 2024

Jenkins please test this

@damencho
Copy link
Member

damencho commented Jun 3, 2024

Jenkins test this please

@Horcrux7
Copy link
Contributor Author

Horcrux7 commented Jun 3, 2024

@jitsi-jenkins I sign CLA now.

@Horcrux7
Copy link
Contributor Author

Do you have receive the CLA? Or do you need other information to continue with this PR?

@bgrozev
Copy link
Member

bgrozev commented Jun 17, 2024

Confirmed the CLA, thanks. I need to understand the change and make sure it doesn't break other cases, and I haven't had the time to do it yet. I'll try to get to it this week.

@anormal81
Copy link

Any update on when this pull request will be merged? We ran into the same problem.

@gamma
Copy link

gamma commented Sep 27, 2024

Hi, can someone please review this PR?

@@ -944,6 +944,7 @@ protected void run()
"Pair failed: "
+ pairToCheck.toShortString());
pairToCheck.setStateFailed();
updateCheckListAndTimerStates(pairToCheck);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This runs inside the synchronized (pairToCheck) block, which seems like a bad idea (I can't prove it would cause a deadlock but it worries me). Can you move it outside?

@Horcrux7
Copy link
Contributor Author

Horcrux7 commented Oct 2, 2024

You are right. A listener should call ever outside of a synchronized.

@JonathanLennox
Copy link
Member

Jenkins test this please

@JonathanLennox JonathanLennox merged commit d08e5a5 into jitsi:master Oct 4, 2024
4 checks passed
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.

7 participants