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

[Transform] Fail requests to start a finished task #106893

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Apr 2, 2024

  1. [Transform] Fail requests to start a finished task

    Batch transforms can be started after they have finished. The
    Indexer will not try to process any additional changes, so the Transform
    will be stuck in `started` until the stop API is called.
    
    Now, the start API will check that the batch transform has not already
    finished before scheduling the transform to run again.  If the transform
    has already finished, the user will receive a 409 response.
    
    Close elastic#46453
    prwhelan committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    6061efd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c8fb9e View commit details
    Browse the repository at this point in the history
  3. Refactor rolling-upgrade transform tests to account for starting a fi…

    …nished batch transform
    prwhelan committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ac43f6e View commit details
    Browse the repository at this point in the history