elasticsearch/qa/evil-tests
David Turner 32c12e06f9 Warn on possible master service starvation (#74820)
Today the master service processes pending tasks in priority order. If
high-priority tasks arrive too frequently then low-priority tasks are
starved of access to the master service and are not executed. This can
cause certain tasks to appear to be stuck due to apparently-unrelated
overloads elsewhere.

With this commit we measure the interval between times when the pending
task queue is empty; if this interval exceeds a configurable threshold
then we log a warning.
2021-07-05 14:24:38 +01:00
..
src/test Warn on possible master service starvation (#74820) 2021-07-05 14:24:38 +01:00
build.gradle Simplify test only project precommit checks (#74172) (#74437) 2021-06-23 11:34:29 +02:00