elasticsearch/qa/smoke-test-http
David Turner d04357ba98
Fix race condition in RestCancellableNodeClient (#126686) (#126696)
Today we rely on registering the channel after registering the task to
be cancelled to ensure that the task is cancelled even if the channel is
closed concurrently. However the client may already have processed a
cancellable request on the channel and therefore this mechanism doesn't
work. With this change we make sure not to register another task after
draining the registrations in order to cancel them.

Closes #88201
2025-04-12 02:09:05 +10:00
..
src Fix race condition in RestCancellableNodeClient (#126686) (#126696) 2025-04-12 02:09:05 +10:00
build.gradle [8.18] Migrate legacy QA projects to new test clusters framework (#125545) (#125718) 2025-03-27 10:07:37 -07:00