mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 05:28:34 +00:00
61542a5543
This commit adds waits for two Netty threads that run in the background and require explicit calls to await inactivity in them. This shows up as an issue in security tests since we always use netty and do not have these waits so these threads can trip the thread leak detector. relates elastic/x-pack-elasticsearch#4367 Original commit: elastic/x-pack-elasticsearch@76d84553ba