OpenSearch/x-pack/plugin/ccr
Tim Brooks 760cfffe4b
Move TransportMessageListener to TransportService (#40474)
Currently the TransportMessageListener is applied and used in the
Transport class. However, local requests and responses never make it to
this class. This PR moves the listener add/remove methods to the
TransportService. After this change the Transport can only have one
listener set with it. This one listener is the TransportService, which
will then propogate the events to the external listeners.

Additionally this commit back ports #40237

Remove Tracer from MockTransportService

Currently the TransportMessageListener is applied and used in the
Transport class. However, local requests and responses never make it to
this class. This PR moves the listener add/remove methods to the
TransportService. After this change the Transport can only have one
listener set with it. This one listener is the TransportService, which
will then propogate the events to the external listeners.
2019-03-27 09:24:20 -06:00
..
qa Enable reading auto-follow patterns from x-content (#40130) 2019-03-18 21:48:44 -04:00
src Move TransportMessageListener to TransportService (#40474) 2019-03-27 09:24:20 -06:00
build.gradle Backport support for replicating closed indices to 7.x (#39506)(#39499) 2019-03-01 14:48:26 +01:00