OpenSearch/qa/evil-tests
Boaz Leskes cd12241e9f Decouple the TransportService and ClusterService #16872
Currently, the cluster service is tightly coupled to the transport service by both managing node connections and requiring the bound address in order to create the local disco node. This commit introduces a new NodeConnectionsService which is in charge of node connection management and makes it possible to remove all network related calls from the cluster service. The local DiscoNode is now created by DiscoveryNodeService and is set both the cluster service and the transport service during node start up.

Closes #16788
Closes #16872
2016-03-10 11:45:15 +01:00
..
src/test Decouple the TransportService and ClusterService #16872 2016-03-10 11:45:15 +01:00
build.gradle Improve thirdPartyAudit check, round 3 2015-12-28 22:38:55 -05:00