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

[6.x][ML] Ensure immutability of MlMetadata #31994

Commits on Jul 12, 2018

  1. [6.x][ML] Ensure immutability of MlMetadata (elastic#31957)

    The test failure in elastic#31916 revealed that updating
    rules on a job was modifying the detectors list
    in-place. That meant the old cluster state and the
    updated cluster state had no difference and thus the
    change was not propagated to non-master nodes.
    
    This commit fixes that and also reviews all of ML
    metadata in order to ensure immutability.
    
    Closes elastic#31916
    dimitris-athanasiou committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    e2c95ae View commit details
    Browse the repository at this point in the history
  2. Fix compilation

    dimitris-athanasiou committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    1b7876f View commit details
    Browse the repository at this point in the history