OpenSearch/modules/transport-netty4/src
Armin Braun 51e9d6f227
Revert Serializing Outbound Transport Messages on IO Threads (#64632) (#64654)
Serializing outbound transport message on the IO loop was introduced in https://github.com/elastic/elasticsearch/pull/56961. Unfortunately it turns out that this is incompatible with assumptions made by CCR code here: f22ddf822e/x-pack/plugin/ccr/src/main/java/org/elasticsearch/xpack/ccr/action/repositories/GetCcrRestoreFileChunkAction.java (L60-L61) and that are not easy to work around on short notice.

Raising reverting this move (as a temporary solution, it's still a valuable change long-term) as a blocker therefore as this seriously affects the stability of the initial phase of the CCR following by causing corrupted bytes to be send to the follower.
2020-11-05 16:29:12 +01:00
..
internalClusterTest/java/org/elasticsearch Fix network logging test failures (#60334) 2020-07-29 08:29:09 +01:00
javaRestTest/java/org/elasticsearch/rest [7.x] Introduce javaRestTest source set/task and convert modules (#59939) (#60026) 2020-07-28 08:39:11 -05:00
main Revert Serializing Outbound Transport Messages on IO Threads (#64632) (#64654) 2020-11-05 16:29:12 +01:00
test/java/org/elasticsearch Split up large HTTP responses in outbound pipeline (#62666) 2020-09-24 16:35:52 -06:00
yamlRestTest Convert modules to use yamlRestTest (#59089) (#59446) 2020-07-13 13:53:05 -05:00