rpuch commented on code in PR #6248:
URL: https://github.com/apache/ignite-3/pull/6248#discussion_r2207227787
##########
modules/network/src/main/java/org/apache/ignite/internal/network/NettyBootstrapFactory.java:
##########
@@ -141,10 +141,10 @@ public ServerBootstrap createServerBootstrap() {
}
/**
- * Returns all event loop groups managed by this factory.
+ * Returns all event loop groups managed by this factory for which it is
necessary to determine blocked threads.
*/
- List<EventLoopGroup> eventLoopGroups() {
- return List.of(bossGroup, workerGroup);
+ List<EventLoopGroup> eventLoopGroupsForDetectBlockedThreads() {
Review Comment:
```suggestion
List<EventLoopGroup> eventLoopGroupsForBlockedThreadsDetection() {
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]