OpenSearch/plugins/discovery-ec2
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-ec2 Configure AWS SDK logging configuration 2016-09-03 06:41:07 -04:00
licenses Upgrade AWS SDK Jackson Databind to 2.6.7.1 2017-11-13 12:05:14 -05:00
qa Add QA project and fixture based test for discovery-ec2 plugin (#31107) 2018-06-15 15:49:14 +02:00
src Return transport addresses from UnicastHostsProvider (#31426) 2018-06-21 16:00:26 +02:00
build.gradle Add QA project and fixture based test for discovery-ec2 plugin (#31107) 2018-06-15 15:49:14 +02:00