Skip to content

Conversation

@joshua-adams-1
Copy link
Contributor

Removes reference to TransportVersion.8_12_0

Removes an assertion inside NodeJoinExecutor that checks whether the
transport version >= 8.12, since we are now actively supporting 9.x
@joshua-adams-1 joshua-adams-1 marked this pull request as ready for review August 21, 2025 08:58
@elasticsearchmachine elasticsearchmachine added the needs:triage Requires assignment of a team area label label Aug 21, 2025
@joshua-adams-1 joshua-adams-1 added the :Distributed Coordination/Distributed A catch all label for anything in the Distributed Coordination area. Please avoid if you can. label Aug 21, 2025
@elasticsearchmachine elasticsearchmachine added Team:Distributed Coordination Meta label for Distributed Coordination team and removed needs:triage Requires assignment of a team area label labels Aug 21, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-distributed-coordination (Team:Distributed Coordination)

@joshua-adams-1 joshua-adams-1 added >non-issue needs:triage Requires assignment of a team area label Team:Distributed Coordination Meta label for Distributed Coordination team and removed Team:Distributed Coordination Meta label for Distributed Coordination team needs:triage Requires assignment of a team area label labels Aug 21, 2025

// update the node's feature set if it has one
// this can happen if the master has just moved from a pre-features version to a post-features version
assert Version.V_8_12_0.onOrBefore(Version.CURRENT) : "This can be removed once 8.12.0 is no longer a valid version";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I can tell, this check never did anything other than return true? Is that why you're removing it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I was cleaning up since we've moved on from version 8_12_0

@joshua-adams-1 joshua-adams-1 merged commit be95996 into elastic:main Sep 11, 2025
35 checks passed
@joshua-adams-1 joshua-adams-1 deleted the node-join-executor-transport-version branch September 11, 2025 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Distributed Coordination/Distributed A catch all label for anything in the Distributed Coordination area. Please avoid if you can. >non-issue Team:Distributed Coordination Meta label for Distributed Coordination team v9.2.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants