OpenSearch/test
Tim Brooks 54dbea6c65
Improve RemoteConnectionManager consistency (#55759)
In order to iterate through remote connections, the remote connection
manager maintains a local cache of connected nodes. Unfortunately this
is difficult in relationship with testing as it is inherently racy in
comparison to the parent connection manager map of connections.

This commit improves the relationship by only returning a cached
connection if it is still registered with the parent. If the connection
is not open, we will go to the slow path of allocating a iterator
directly from the parent.
2020-04-30 12:13:06 -06:00
..
fixtures Use streaming reads for GCS (#55506) 2020-04-21 13:22:26 +02:00
framework Improve RemoteConnectionManager consistency (#55759) 2020-04-30 12:13:06 -06:00
logger-usage Remove deprecated third-party methods from tests (#55255) (#55269) 2020-04-15 17:54:47 -04:00
build.gradle [7.x] Re-add origin url information to publish POM files (#55173) 2020-04-14 13:24:15 -07:00