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

chore: upgrade to gen_rpc-3.4.0 #13493

Merged
merged 4 commits into from
Aug 13, 2024

Conversation

zmstone
Copy link
Member

@zmstone zmstone commented Jul 19, 2024

Release version: v/e5.8.0

Summary

Upgrade RPC library gen_rpc to 3.4.0

The default RPC server socket option in gen_rpc 3.4.0 has been changed from true to active-100 which should provide back-pressure towards peer nodes when the RPC server is under heavy load.

PR Checklist

Please convert it to a draft if any of the following conditions are not met. Reviewers may skip over until all the items are checked:

  • Added tests for the changes
  • Added property-based tests for code which performs user input validation
  • Changed lines covered in coverage report
  • Change log has been added to changes/(ce|ee)/(feat|perf|fix|breaking)-<PR-id>.en.md files
  • For internal contributor: there is a jira ticket to track this change
  • Created PR to emqx-docs if documentation update is required, or link to a follow-up jira ticket
  • Schema changes are backward compatible

Checklist for CI (.github/workflows) changes

  • If changed package build workflow, pass this action (manual trigger)
  • Change log has been added to changes/ dir for user-facing artifacts update

@zmstone zmstone marked this pull request as ready for review July 19, 2024 14:41
@zmstone zmstone requested review from lafirest and a team as code owners July 19, 2024 14:41
@zmstone zmstone changed the base branch from master to release-58 August 3, 2024 19:59
zmstone added 2 commits August 3, 2024 21:59
gen_rpc 3.4.0 introduced {active,100} by default for acceptor socket.
which should pose some push-backs towards RPC caller nodes
when it's uner heavy load
@zmstone zmstone force-pushed the 0719-upgrade-gen_rpc-to-3.4.0 branch from de79938 to 5d601dc Compare August 3, 2024 19:59
id
id previously approved these changes Aug 5, 2024
@zmstone zmstone merged commit c5d6168 into emqx:release-58 Aug 13, 2024
186 checks passed
@zmstone zmstone deleted the 0719-upgrade-gen_rpc-to-3.4.0 branch August 13, 2024 11:16
@emqxqa
Copy link

emqxqa commented Aug 15, 2024

TestExecution

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.

3 participants