66a2f999e5
The start scheduler waits until the scheduler state has been set to started before returning. Before this change after the scheduler state has been set to started, the scheduler would link itself to the task the start scheduler api has created. If the stop scheduler api was called immediately after the start scheduler api then this could lead the stop scheduler api cancelling the task without stopping the scheduler, as the scheduler could not have been linked to the task. Now the scheduler gets linked to the task before the scheduler state is set to started, fixing the problematic situation discribed above. Original commit: elastic/x-pack-elasticsearch@8334ae1967 |
||
---|---|---|
buildSrc | ||
elasticsearch | ||
vagrant | ||
LICENSE.txt | ||
build.gradle | ||
gradle.properties | ||
settings.gradle |