-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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] transform jobs on nodes < 7.4.0 mixed with nodes > 7.4 might fail #48019
Labels
Comments
Pinging @elastic/ml-core (:ml/Transform) |
This was referenced Oct 15, 2019
hendrikmuhs
pushed a commit
to hendrikmuhs/elasticsearch
that referenced
this issue
Oct 16, 2019
disable task assignment of transforms if any node uses version 7.2 or 7.3 (mixed cluster). fixes elastic#48019
hendrikmuhs
pushed a commit
that referenced
this issue
Oct 17, 2019
This was referenced Oct 18, 2019
hendrikmuhs
pushed a commit
that referenced
this issue
Oct 21, 2019
hendrikmuhs
pushed a commit
that referenced
this issue
Oct 21, 2019
39 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nodes in all versions of 7.2 and 7.3 might not see transform documents created in 7.4, 7.5 ...
Only after the switch to a versioned index in #45375 (7.4.0) retrieval uses a search pattern to read back documents (config, checkpoint, state). This allows to retrieve jobs even if the cluster is partially upgraded. But if nodes are on version 7.3 and 7.4 the hardcoded index name those documents might not be retrievable.
Long story short: Mixed version clusters with nodes <7.4 together with nodes >=7.4 do not work reliable.
Solution:
The text was updated successfully, but these errors were encountered: