Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Watcher: Mark watcher as started only after loading watches #30403

Commits on May 4, 2018

  1. Watcher: Mark watcher as started only after loading watches

    Starting watcher should wait for the watches to be started before
    marking the status as started.
    
    Also, reloading watcher could set the execution service to paused. This could
    lead to watches not being executed, when run in tests. This fix does not
    change the paused flag in the execution service, just clears out the
    current queue and executions.
    
    Some tests were affected by this because after putting a watch, the
    execution service was still marked as paused, so that the manual
    execution with the ScheduleEngineTriggerMock did not work.
    
    Closes elastic#30381
    spinscale committed May 4, 2018
    Configuration menu
    Copy the full SHA
    ab75984 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. Configuration menu
    Copy the full SHA
    5754636 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1035fb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28e5ca8 View commit details
    Browse the repository at this point in the history
  4. review comments

    spinscale committed May 7, 2018
    Configuration menu
    Copy the full SHA
    211bec7 View commit details
    Browse the repository at this point in the history