OpenSearch/plugins/discovery-file
Yannick Welsch da69ab28c7
Return transport addresses from UnicastHostsProvider (#31426)
With #20695 we removed local transport and there is just TransportAddress now. The
UnicastHostsProvider currently returns DiscoveryNode instances, where, during pinging, we're
actually only making use of the TransportAddress to establish a first connection to the possible new 
node. To simplify the interface, we can just return a list of transport addresses instead, which
means that it's not necessary anymore to create fake node objects in each plugin just to return the
address information.
2018-06-21 16:00:26 +02:00
..
config/discovery-file File-based discovery plugin (#20394) 2016-09-13 20:52:39 -04:00
src Return transport addresses from UnicastHostsProvider (#31426) 2018-06-21 16:00:26 +02:00
build.gradle Build: Split distributions into oss and default 2018-04-20 15:33:57 -07:00