mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-15 01:16:09 +00:00
This commit fixes reproducible test failures with the SSLReloadDuringStartupIntegTests on the 7.x branch. The failures only occur on 7.x due to the existence of the transport client and its usage in our test infrastructure. This change removes the randomized usage of transport clients when retrieving a client from a node in the internal cluster. Transport clients do not support the reloading of files for TLS configuration changes but if we build one from the nodes settings and attempt to use it after the files have been changed, the client will not know about the changes and the TLS connection will fail. Closes #55524