Commit 74a594d
authored
Remove redundant event loop shutdown check in Netty4TcpChannel (#96856)
This check isn't necessary any longer. We safely close all channels
before shutting down the even loop groups so we can not run into
the situation that a listener passed to `writeAndFlush` isn't completed.
We also don't have this check on the http channel sending.
-> remove the check that can cause a bug by double invoking the listener
closes #957591 parent 52be52b commit 74a594d
File tree
2 files changed
+0
-6
lines changed- modules/transport-netty4/src/main/java/org/elasticsearch/transport/netty4
- server/src/internalClusterTest/java/org/elasticsearch/search/scroll
2 files changed
+0
-6
lines changedLines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
163 | 162 | | |
164 | 163 | | |
165 | 164 | | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | 165 | | |
171 | 166 | | |
172 | 167 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
671 | 671 | | |
672 | 672 | | |
673 | 673 | | |
674 | | - | |
675 | 674 | | |
676 | 675 | | |
677 | 676 | | |
| |||
0 commit comments