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

Fix local endpoint count (prevent premature shutdown). #1906

Merged
merged 5 commits into from
Jun 6, 2022

Conversation

bgrozev
Copy link
Member

@bgrozev bgrozev commented Jun 3, 2022

No description provided.

@codecov
Copy link

codecov bot commented Jun 3, 2022

Codecov Report

Merging #1906 (402058a) into master (a9b07d4) will decrease coverage by 0.00%.
The diff coverage is 18.75%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1906      +/-   ##
============================================
- Coverage     40.97%   40.96%   -0.01%     
  Complexity     1707     1707              
============================================
  Files           336      336              
  Lines         17421    17427       +6     
  Branches       2321     2322       +1     
============================================
+ Hits           7138     7139       +1     
- Misses         9591     9595       +4     
- Partials        692      693       +1     
Impacted Files Coverage Δ
...c/main/kotlin/org/jitsi/videobridge/relay/Relay.kt 18.58% <ø> (ø)
...rc/main/java/org/jitsi/videobridge/Conference.java 31.13% <9.09%> (-0.15%) ⬇️
...c/main/java/org/jitsi/videobridge/Videobridge.java 32.33% <40.00%> (-0.10%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a9b07d4...402058a. Read the comment docs.

@bgrozev bgrozev merged commit 340062a into jitsi:master Jun 6, 2022
bgrozev added a commit that referenced this pull request Jun 7, 2022
* fix: Do not call endpointExpired() for RelayedEndpoints.
* ref: Rename endpointExpired to localEndpointExpired.
* fix: Log, do not shutdown if endpoint count is invalid.
* ref: Rename localEndpointExpired to endpointExpired.
* fix: Call Relay.endpointExpired for Relayed endpoints.
damencho pushed a commit that referenced this pull request Jul 11, 2022
* fix: Do not call endpointExpired() for RelayedEndpoints.
* ref: Rename endpointExpired to localEndpointExpired.
* fix: Log, do not shutdown if endpoint count is invalid.
* ref: Rename localEndpointExpired to endpointExpired.
* fix: Call Relay.endpointExpired for Relayed endpoints.
This was referenced Jul 15, 2022
@bgrozev bgrozev mentioned this pull request Jul 25, 2022
@bgrozev bgrozev deleted the fix-local-endpoint-count branch May 23, 2024 13:33
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

2 participants