elasticsearch/server
Pawan Kartik c1c72186c1
Refresh potential lost connections at query start for `_search` (#130463)
CPS S2D9: Explicitly refresh connection(s) to remote(s) before executing query.

Previously, we'd refresh connection(s) to remote only when skip_unavailable=false.
We now do it when operating under CPS context too. However, to prevent listening for
too long, we now listen for a short time -- the duration to wait is controlled by the
setting search.ccs.force_connect_timeout that we'd eventually inject for CPS env.
2025-07-21 18:17:53 +01:00
..
licenses
src Refresh potential lost connections at query start for `_search` (#130463) 2025-07-21 18:17:53 +01:00
build.gradle Generate a test dependencies file to support unit tests in entitlements (#127486) 2025-05-21 16:21:28 -07:00