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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MM-57909] Remove single-handler mode #701

Merged
merged 12 commits into from May 23, 2024
Merged

[MM-57909] Remove single-handler mode #701

merged 12 commits into from May 23, 2024

Conversation

streamer45
Copy link
Contributor

Summary

PR fully deprecates the single-handler mode. This was implemented as a workaround to run Calls in Kubernetes (HA) before rtcd existed but now it's just adding more complexity to both code and documentation. I say farewell 馃憢

Ticket Link

https://mattermost.atlassian.net/browse/MM-57909

@streamer45 streamer45 added 2: Dev Review Requires review by a core committer Do Not Merge/Awaiting PR Awaiting another pull request before merging (e.g. server changes) Docs Needed Requires documentation labels Apr 18, 2024
@streamer45 streamer45 requested a review from cpoile April 18, 2024 16:50
@streamer45 streamer45 self-assigned this Apr 18, 2024
Comment on lines -588 to -610
state, err := p.getCallState(channelID, false)
if err != nil {
return err
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is actually significant from a perf perspective since fetching the state is one of the heaviest operations we make.

Copy link
Member

@cpoile cpoile left a comment

Choose a reason for hiding this comment

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

Awesome, good riddance!

@streamer45 streamer45 added 3: Reviews Complete All reviewers have approved the pull request and removed 2: Dev Review Requires review by a core committer labels Apr 18, 2024
@streamer45 streamer45 added this to the v0.28.0 / MM 9.10 milestone Apr 26, 2024
Base automatically changed from MM-54335 to main May 23, 2024 23:07
@streamer45 streamer45 removed Do Not Merge/Awaiting PR Awaiting another pull request before merging (e.g. server changes) labels May 23, 2024
@streamer45 streamer45 merged commit ad857c6 into main May 23, 2024
19 checks passed
@streamer45 streamer45 deleted the MM-57909 branch May 23, 2024 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3: Reviews Complete All reviewers have approved the pull request Docs Needed Requires documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants