You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ML] Do not add runtime section to DFA dest index mappings unnecessarily (#69329)
Since config runtime mappings were added to data frame analytics jobs
in #69183, when we create the destination index we add a `runtime`
section in its mappings regardless of whether the job config contains
any runtime fields. This causes failures in the BWC tests when in a
mixed cluster where there are nodes versioned before runtime fields
were introduced.
This is the first part of the fix were we do not create a `runtime` section
in the destination index mappings unless necessary.
0 commit comments