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

Separate boss and worker group in ServerBootstrap. #177

Closed
mashhurs opened this issue Aug 21, 2024 · 0 comments · Fixed by #178
Closed

Separate boss and worker group in ServerBootstrap. #177

mashhurs opened this issue Aug 21, 2024 · 0 comments · Fixed by #178
Assignees

Comments

@mashhurs
Copy link
Contributor

mashhurs commented Aug 21, 2024

Description

Recently, we observed that using same event loop executor group for both boss and worker seems brings problems for heavily used systems. When terminating the plugin, event loop group still may receive incoming connection.

Acceptance expectation

Validate the behavior, separate the groups and terminate boss group first.

Related:

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 a pull request may close this issue.

1 participant