elasticsearch/server
Albert Zaharovits 7b8f4fb441
Throttle indexing when disk IO throttling is disabled (#129245)
The threadpool-based merge scheduler triggers indexing throttling if merges are still getting enqueued faster than they're executed, while they are also disk IO unthrottled. This PR fixes the case where indexing throttling was incorrectly NOT triggered when disk IO throttling was disabled via the index settings.
2025-06-11 19:20:57 +03:00
..
licenses Remove JNA from server dependencies (#110809) 2024-07-16 11:28:58 +03:00
src Throttle indexing when disk IO throttling is disabled (#129245) 2025-06-11 19:20:57 +03:00
build.gradle Generate a test dependencies file to support unit tests in entitlements (#127486) 2025-05-21 16:21:28 -07:00