You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
channelRead0
, this exception raises RejectedExecutionException NettyHttpServer.run #131The text was updated successfully, but these errors were encountered: