Skip to content

Conversation

@davidkyle
Copy link
Member

The ML feature reset code calls uses the TransportResetMlComponentsAction to perform cleanup actions on every ml node. In a mixed cluster TransportResetMlComponentsAction is not available on every node which caused a fatal error taking down the test cluster. This has been failing pretty much all mixed version cluster tests if the newer node in the cluster executed the reset as the older node would not have the action.

fatal error java.lang.AssertionError: cluster:internal/xpack/ml/auditor/reset[n] 

The fix is to add a cluster feature and test for that before running the action.

Closes #136872 #136779 #136917 #136918 #137034

@davidkyle davidkyle added >test Issues or PRs that are addressing/adding tests :ml Machine learning v9.3.0 labels Oct 31, 2025
@elasticsearchmachine elasticsearchmachine added the Team:ML Meta label for the ML team label Oct 31, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/ml-core (Team:ML)

@davidkyle
Copy link
Member Author

💚 All backports created successfully

Status Branch Result
9.2
9.1

Questions ?

Please refer to the Backport tool documentation

davidkyle added a commit to davidkyle/elasticsearch that referenced this pull request Nov 11, 2025
…stic#137456)

(cherry picked from commit c9b9eb1)

# Conflicts:
#	muted-tests.yml
elasticsearchmachine pushed a commit that referenced this pull request Nov 20, 2025
…7456) (#137882)

(cherry picked from commit c9b9eb1)

# Conflicts:
#	muted-tests.yml
elasticsearchmachine pushed a commit that referenced this pull request Nov 20, 2025
…7456) (#137881)

(cherry picked from commit c9b9eb1)

# Conflicts:
#	muted-tests.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:ml Machine learning Team:ML Meta label for the ML team >test Issues or PRs that are addressing/adding tests v9.1.8 v9.2.2 v9.3.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] CohereServiceMixedIT testRerank failing

3 participants