OpenSearch/plugins/repository-azure
Boaz Leskes c3987156ab Remove local discovery in favor of a simpler `MockZenPings` (#20960)
`LocalDiscovery` is a discovery implementation that uses static in memory maps to keep track of current live nodes. This is used extensively in our tests in order to speed up cluster formation (i.e., shortcut the 3 second ping period used by `ZenDiscovery` by default). This is sad as that mean that most of the test run using a different discovery semantics than what is used in production. Instead of replacing the entire discovery logic, we can use a similar approach to only shortcut the pinging components.
2016-10-18 21:12:15 +02:00
..
licenses Upgrade Azure Storage client to 4.0.0 2016-02-29 15:00:34 +01:00
src Remove local discovery in favor of a simpler `MockZenPings` (#20960) 2016-10-18 21:12:15 +02:00
build.gradle Register group setting for repository-azure accounts 2016-06-27 12:04:59 +02:00